projects
/
barrelfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1596980
)
libskb: include sys/types.h (instead of sys/param.h) to get u_char and co.
author
Simon Gerber
<simon.gerber@inf.ethz.ch>
Tue, 29 Aug 2017 13:01:53 +0000 (15:01 +0200)
committer
Simon Gerber
<simon.gerber@inf.ethz.ch>
Tue, 29 Aug 2017 14:26:38 +0000 (16:26 +0200)
Signed-off-by: Simon Gerber <simon.gerber@inf.ethz.ch>
lib/skb/skb_sscanf.c
patch
|
blob
|
history
diff --git
a/lib/skb/skb_sscanf.c
b/lib/skb/skb_sscanf.c
index
2d4ba17
..
01e7fc6
100644
(file)
--- a/
lib/skb/skb_sscanf.c
+++ b/
lib/skb/skb_sscanf.c
@@
-61,7
+61,7
@@
#include <stdarg.h>
#include <string.h>
#include <ctype.h>
-#include <sys/param.h>
+#include <sys/types.h>
#include "skb_internal.h"
#include <barrelfish/barrelfish.h>