fstests: Replace all __[u]intNN_t types with standard [u]intNN_t
[xfstests-dev.git] / src / global.h
index 3920c0d5e6d5c8d457c3b7122f9452d0e9e25ff1..9dec9d49dd82dae907b25820b513f41436861817 100644 (file)
 
 #ifdef STDC_HEADERS
 #include <signal.h>
+#include <stdint.h>
 #endif
 
 #ifdef HAVE_STRINGS_H