summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'system.h')
-rw-r--r--system.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/system.h b/system.h
index 00594a125..edc05a37a 100644
--- a/system.h
+++ b/system.h
@@ -10,6 +10,17 @@
#endif
#include <sys/types.h>
+#if defined(__LCLINT__)
+/*@-redef@*/
+typedef unsigned int u_int32_t;
+typedef unsigned short u_int16_t;
+typedef unsigned char u_int8_t;
+/*@-incondefs@*/ /* LCLint 3.0.0.15 */
+typedef int int32_t;
+/*@=incondefs@*/
+/*@=redef@*/
+#endif
+
#include <sys/stat.h>
#include <stdio.h>