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