Changeset b6eb8d
- Timestamp:
- 09/20/09 11:09:18 (3 years ago)
- Branches:
- master
- Children:
- fb1747
- Parents:
- f9c225
- git-author:
- Erik Ekman <yarrick@…> (09/20/09 11:09:18)
- git-committer:
- Erik Ekman <erik@…> (02/04/12 20:34:03)
- Location:
- src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/iodined.c
rf9c225 rb6eb8d 26 26 #include <time.h> 27 27 #include <zlib.h> 28 29 #include "common.h" 28 30 29 31 #ifdef WINDOWS32 … … 46 48 #endif 47 49 48 #include "common.h"49 50 #include "dns.h" 50 51 #include "encoding.h" -
src/user.c
re5370a rb6eb8d 22 22 #include <signal.h> 23 23 #include <unistd.h> 24 #include <sys/types.h>25 24 #include <fcntl.h> 26 25 … … 28 27 #include <winsock2.h> 29 28 #else 30 #include <err.h>31 #include <arpa/inet.h>32 #include <netinet/in.h>33 #include <sys/socket.h>34 29 #include <netdb.h> 35 30 #endif
Note: See TracChangeset
for help on using the changeset viewer.
