]> git.vomp.tv Git - vompserver.git/commitdiff
Define types properly
authorMark Calderbank <mark@vomp.tv>
Sat, 25 Nov 2006 13:37:52 +0000 (13:37 +0000)
committerMark Calderbank <mark@vomp.tv>
Sat, 25 Nov 2006 13:37:52 +0000 (13:37 +0000)
defines.h

index 69e50b41562a3b257e1833af361b5f736863a6ca..fc4e60f0a744908f87863c5191d92f1101de0db2 100644 (file)
--- a/defines.h
+++ b/defines.h
@@ -21,6 +21,8 @@
 #ifndef DEFINES_H
 #define DEFINES_H
 
+#include <stdint.h>
+
 typedef uint8_t  UCHAR;
 typedef uint16_t USHORT;
 typedef uint32_t UINT;