Include "inttypes.h" to pickup definition of PRIu8.
authorJustin Pettit <jpettit@nicira.com>
Thu, 2 Jul 2009 19:49:44 +0000 (12:49 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 8 Jul 2009 18:19:51 +0000 (11:19 -0700)
lib/packets.h

index f81489e..8ccc734 100644 (file)
@@ -16,6 +16,7 @@
 #ifndef PACKETS_H
 #define PACKETS_H 1
 
+#include <inttypes.h>
 #include <stdint.h>
 #include <string.h>
 #include "compiler.h"