italc (1:1.0.9-1.1) direct (non packaging) changes

Summary

 lib/include/types.h |    2 ++
 1 file changed, 2 insertions(+)

    
download this patch

Patch contents

--- 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 */