]> granicus.if.org Git - php/commitdiff
- silent compiler warning
authorPierre Joye <pajoye@php.net>
Mon, 20 Apr 2009 06:55:11 +0000 (06:55 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 20 Apr 2009 06:55:11 +0000 (06:55 +0000)
ext/standard/uniqid.c

index 2c874ed9d68b1510f3d9c6291ea4bd14d59e79cb..ce0db4fdc4b241eadd9b7a18f0cde8ea31c4d0ab 100644 (file)
@@ -27,6 +27,7 @@
 
 #include <string.h>
 #include <errno.h>
+#include <unicode/ustdio.h>
 
 #include <stdio.h>
 #ifdef PHP_WIN32