Dolda2000 GitWeb
/
ashd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06c1a71
)
Include sys/types in utils.h
author
Fredrik Tolf
<fredrik@dolda2000.com>
Tue, 24 Aug 2010 14:49:35 +0000
(16:49 +0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Tue, 24 Aug 2010 14:49:35 +0000
(16:49 +0200)
lib/utils.h
patch
|
blob
|
blame
|
history
diff --git
a/lib/utils.h
b/lib/utils.h
index
5aae92c
..
be94c24
100644
(file)
--- a/
lib/utils.h
+++ b/
lib/utils.h
@@
-2,6
+2,7
@@
#define _UTILS_H
#include <stdarg.h>
+#include <sys/types.h>
#define max(a, b) (((b) > (a))?(b):(a))
#define min(a, b) (((b) < (a))?(b):(a))