Browse Source

always include stdarg.h

ncannasse 6 years ago
parent
commit
03d1052dd9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/std/ucs2.c

+ 2 - 1
src/std/ucs2.c

@@ -20,9 +20,10 @@
  * DEALINGS IN THE SOFTWARE.
  */
 #include <hl.h>
-#ifndef HL_NATIVE_UCHAR_FUN
 #include <stdarg.h>
 
+#ifndef HL_NATIVE_UCHAR_FUN
+
 #ifdef HL_ANDROID
 #	include <android/log.h>
 #	ifndef HL_ANDROID_LOG_TAG