From: Joseph C. Lehner Date: Sun, 7 Feb 2016 20:05:46 +0000 (+0100) Subject: Make it compile on Linux again X-Git-Tag: v0.9~31 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ba285c462a8d57619e71bbabbc4bbd2fd79ea8de;p=oweals%2Fnmrpflash.git Make it compile on Linux again --- diff --git a/Makefile b/Makefile index ef5d393..15328c1 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ nmrp.o: nmrp.c nmrpd.h tftp.o: tftp.c nmrpd.h $(CC) $(CFLAGS) -c -o tftp.o tftp.c -ethsock.o: ethsock.c ethsock.h +ethsock.o: ethsock.c nmrpd.h $(CC) $(CFLAGS) -c -o ethsock.o ethsock.c main.o: main.c nmrpd.h diff --git a/main.c b/main.c index 83e791c..1ee2986 100644 --- a/main.c +++ b/main.c @@ -17,6 +17,7 @@ * */ +#include #include #include #include