git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e979f5
)
Add missing includes
author
Maxim Mamontov
<faust@gts.dp.ua>
Tue, 10 May 2011 12:54:29 +0000
(15:54 +0300)
committer
Maxim Mamontov
<faust@gts.dp.ua>
Tue, 10 May 2011 12:54:29 +0000
(15:54 +0300)
projects/sgauthstress/user.cpp
patch
|
blob
|
history
diff --git
a/projects/sgauthstress/user.cpp
b/projects/sgauthstress/user.cpp
index 15fb1ece725d635b13ed47b0f71b93ba89918ee0..c2092c265d2abc879c780404538a8534d0ada1f5 100644
(file)
--- a/
projects/sgauthstress/user.cpp
+++ b/
projects/sgauthstress/user.cpp
@@
-1,6
+1,10
@@
+#include <sys/socket.h>
+#include <netinet/in.h>
+
#include <cstring>
#include "user.h"
+#include "stg/ia_packets.h"
USER::USER(const std::string & l,
const std::string & pwd,