]> git.draconx.ca Git - cdecl99.git/blobdiff - src/cdecl99.c
libcdecl: Replace uintmax_t with unsigned (long) long.
[cdecl99.git] / src / cdecl99.c
index 3eb7cc1b4c99ef2815eb11d3360c8a119b0166a9..1d8dff0b840a3d07a596e91cc0aeedbe38f3424b 100644 (file)
@@ -26,6 +26,7 @@
 #include <locale.h>
 #include <assert.h>
 #include <stdarg.h>
+#include <inttypes.h>
 
 #include <getopt.h>
 #include <gettext.h>