Whamcloud - gitweb
Add a bunch of type fixes for debug/"make check" code paths.
[tools/e2fsprogs.git] / lib / blkid / tst_types.c
index 53cfc81..7dadb1d 100644 (file)
 
 #include "blkid/blkid_types.h"
 
-main(int argc, char **argv)
+#include <stdlib.h>
+#include <stdio.h>
+
+int main(int argc, char **argv)
 {
        if (sizeof(__u8) != 1) {
                printf("Sizeof(__u8) is %d should be 1\n",