Code cleanup

This commit is contained in:
Adrien Gallouët
2017-01-12 13:26:23 +00:00
parent 6c268e658f
commit 6cc32bafd9
2 changed files with 1 additions and 2 deletions

View File

@@ -17,7 +17,6 @@ glorytun_SOURCES = \
src/db.c \ src/db.c \
src/db.h src/db.h
glorytun_CFLAGS += -I$(srcdir)/mud
glorytun_SOURCES += \ glorytun_SOURCES += \
mud/mud.h \ mud/mud.h \
mud/mud.c mud/mud.c

View File

@@ -18,7 +18,7 @@
#include <arpa/inet.h> #include <arpa/inet.h>
#include <netdb.h> #include <netdb.h>
#include "mud.h" #include "../mud/mud.h"
#ifndef O_CLOEXEC #ifndef O_CLOEXEC
#define O_CLOEXEC 0 #define O_CLOEXEC 0