git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added missing includes.
[stg.git]
/
projects
/
sgauthstress
/
proto.h
diff --git
a/projects/sgauthstress/proto.h
b/projects/sgauthstress/proto.h
index 543ae9e71b114c8ecb064c077364160eae9243f2..746622b77b40a1c9794b430f6770513a2828731b 100644
(file)
--- a/
projects/sgauthstress/proto.h
+++ b/
projects/sgauthstress/proto.h
@@
-1,6
+1,9
@@
#ifndef __PROTO_H__
#define __PROTO_H__
+#ifndef LINUX
+#include <netinet/in_systm.h>
+#endif
#include <netinet/ip.h>
#include <pthread.h>
#include <poll.h>