projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b250e2
)
Include "inttypes.h" to pickup definition of PRIu8.
author
Justin Pettit
<jpettit@nicira.com>
Thu, 2 Jul 2009 19:49:44 +0000
(12:49 -0700)
committer
Justin Pettit
<jpettit@nicira.com>
Wed, 8 Jul 2009 18:19:51 +0000
(11:19 -0700)
lib/packets.h
patch
|
blob
|
history
diff --git
a/lib/packets.h
b/lib/packets.h
index f81489eee4902158865b82ce7210d80dc7df8b15..8ccc73404f1c0bd20d31cc0622806c897dd63932 100644
(file)
--- a/
lib/packets.h
+++ b/
lib/packets.h
@@
-16,6
+16,7
@@
#ifndef PACKETS_H
#define PACKETS_H 1
+#include <inttypes.h>
#include <stdint.h>
#include <string.h>
#include "compiler.h"