mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Compilation under Linux
This commit is contained in:
parent
2c9e305322
commit
03bee917de
1 changed files with 6 additions and 0 deletions
|
@ -95,7 +95,13 @@
|
||||||
|
|
||||||
#include "browse_faq.h"
|
#include "browse_faq.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef RYZOM_CLIENT_ICON
|
||||||
|
#define RYZOM_CLIENT_ICON "ryzom_client"
|
||||||
|
#endif
|
||||||
|
|
||||||
// XMLLib
|
// XMLLib
|
||||||
#include <libxml/xmlmemory.h>
|
#include <libxml/xmlmemory.h>
|
||||||
|
|
Loading…
Reference in a new issue