summaryrefslogtreecommitdiff
path: root/chinese/pcmanx/files/patch-src-stringutil.cpp
blob: dc6f6f01903bd09dc263779333a3e9bb19120440 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/stringutil.cpp.orig	Thu Jul  7 14:08:01 2005
+++ src/stringutil.cpp	Wed Jul 20 13:32:46 2005
@@ -11,6 +11,7 @@
 
 #include "stringutil.h"
 #include <ctype.h>
+#include <stdio.h>
 
 int strncmpi(const char* str1, const char* str2, size_t len)
 {