Changeset 2619 for trunk/libtransmission/natpmp.c
- Timestamp:
- Aug 4, 2007, 2:55:06 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/natpmp.c
r2614 r2619 25 25 #include <assert.h> 26 26 #include <errno.h> 27 #include <netdb.h>28 27 #include <stdlib.h> 29 28 #include <string.h> 30 29 #include <time.h> 30 31 #ifdef __BEOS__ 32 #include <netdb.h> 33 #endif 31 34 32 35 #include <sys/types.h>
Note: See TracChangeset
for help on using the changeset viewer.