mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
lib: fix compile/typo.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(srcdir)\xmltok
|
-I$(srcdir)/xmltok
|
||||||
|
|
||||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
||||||
|
|
||||||
|
@@ -21,7 +21,7 @@ Contributor(s):
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "xmldef.h"
|
#include <xmldef.h>
|
||||||
#include "hashtab.h"
|
#include "hashtab.h"
|
||||||
|
|
||||||
#ifdef XML_UNICODE
|
#ifdef XML_UNICODE
|
||||||
|
Reference in New Issue
Block a user