소스 검색

- 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 13 년 전
부모
커밋
4f09535328
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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