- Timestamp:
- Nov 8, 2006, 8:58:03 AM (16 years ago)
- Location:
- libcaca/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/src/Makefile.am
r1212 r1300 28 28 29 29 cacaserver_SOURCES = cacaserver.c 30 cacaserver_LDADD = ../c aca/libcaca.la ../cucul/libcucul.la30 cacaserver_LDADD = ../cucul/libcucul.la 31 31 32 32 img2irc_SOURCES = img2irc.c common-image.c common-image.h -
libcaca/trunk/src/cacaserver.c
r1283 r1300 27 27 # include <ws2tcpip.h> 28 28 #endif 29 #if defined(HAVE_UNISTD_H) 30 # include <unistd.h> 31 #endif 29 32 #include <sys/types.h> 30 33 #include <sys/socket.h> … … 32 35 #include <signal.h> 33 36 #include <errno.h> 34 35 #include "cucul.h"36 #include "caca.h"37 38 #include "config.h"39 40 #if defined(HAVE_UNISTD_H)41 # include <unistd.h>42 #endif43 44 37 #include <stdarg.h> 45 38 46 #include "caca.h"47 39 #include "cucul.h" 48 40
Note: See TracChangeset
for help on using the changeset viewer.