Explorar o código

- Change libconfig.h include directives to double-quoted form (file missing from r15737).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15739 54d463be-8e91-2dee-dedb-b68131a5f0ec
flaviojs %!s(int64=13) %!d(string=hai) anos
pai
achega
4f09535328
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/common/showmsg.c

+ 1 - 1
src/common/showmsg.c

@@ -12,7 +12,7 @@
 #include <time.h>
 #include <stdlib.h> // atexit
 
-#include <libconfig.h>
+#include "libconfig.h"
 
 #ifdef WIN32
 	#define WIN32_LEAN_AND_MEAN