diff pack.h @ 167:1167cd06b475

Use stdint.h values
author David Demelier <markand@malikania.fr>
date Thu, 25 Oct 2012 12:57:58 +0200
parents 3e63d94b495f
children
line wrap: on
line diff
--- a/pack.h	Mon Sep 24 23:04:25 2012 +0200
+++ b/pack.h	Thu Oct 25 12:57:58 2012 +0200
@@ -20,6 +20,7 @@
 #define _PACK_H_
 
 #include <stdarg.h>
+#include <stdint.h>
 
 #define PACK_LE		1234
 #define PACK_BE		4321