lib/include/types.h | 2 ++
1 file changed, 2 insertions(+)
--- italc-1.0.9.orig/lib/include/types.h
+++ italc-1.0.9/lib/include/types.h
@@ -25,6 +25,8 @@
#ifndef _TYPES_H
#define _TYPES_H
+#include <stdint.h>
+
typedef signed char Q_INT8; /* 8 bit signed */
typedef unsigned char Q_UINT8; /* 8 bit unsigned */
typedef short Q_INT16; /* 16 bit signed */