netpuncher: Make it compile again

Günther Brammer 2011-01-15 19:11:48 +01:00
parent 3558519247
commit b7d8eb8959
2 changed files with 8 additions and 2 deletions

View File

@ -654,8 +654,12 @@ gunzip4c4group_LDADD = \
## puncher
puncher_SOURCES = \
src/netpuncher/main.cpp \
src/network/C4NetIO.cpp
src/netpuncher/main.cpp \
src/platform/StdScheduler.cpp \
src/lib/Standard.cpp \
src/lib/StdBuf.cpp \
src/platform/StdFile.cpp \
src/network/C4NetIO.cpp
puncher_LDADD = \
$(PTHREAD_LIBS)

View File

@ -17,6 +17,8 @@
* "Clonk" is a registered trademark of Matthes Bender.
* See clonk_trademark_license.txt for full license.
*/
#include <C4Include.h>
#include "C4NetIO.h"
#include <stdio.h>