Code cleanup
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user