Explorar el Código

always include stdarg.h

ncannasse hace 6 años
padre
commit
03d1052dd9
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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