forked from github/server
das makefile war kaputt. nicht die includes
This commit is contained in:
parent
eca624d887
commit
1154ff6c2d
|
@ -10,7 +10,7 @@ include $(ERESSEA)/Makefile.include
|
|||
|
||||
## more definitions
|
||||
|
||||
INCLUDES += -I../util -I../kernel -I../gamecode -I..
|
||||
INCLUDES += -I../kernel -I../gamecode -I../util -I..
|
||||
|
||||
# library:
|
||||
$(BUILD_DIR)/$(LIBRARY):: $(BUILD_DIR) $(OBJECTS)
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
|
||||
|
||||
int
|
||||
cinfo_unit(const struct locale * lang, const void * obj, enum typ_t typ, struct curse *c, int self)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue