]> git.lizzy.rs Git - linenoise.git/blobdiff - stringbuf.c
don't reinclude utf8.h in "shipped" version
[linenoise.git] / stringbuf.c
index 382f8064959e3e4cc105d3ece4a756a0a88f701c..2f31c5fba5bc0d1e97daf768824d1342e1205db2 100644 (file)
 #include "stringbuf.h"
 #endif
 #ifdef USE_UTF8
+#ifndef UTF8_UTIL_H
 #include "utf8.h"
 #endif
+#endif
 
 #define SB_INCREMENT 200