]> granicus.if.org Git - php/commitdiff
Build correctly on systems which lack localtime_r
authorSascha Schumann <sas@php.net>
Mon, 27 Dec 1999 10:52:46 +0000 (10:52 +0000)
committerSascha Schumann <sas@php.net>
Mon, 27 Dec 1999 10:52:46 +0000 (10:52 +0000)
ext/dbase/dbf_misc.c

index fedb0d0f9c72374c6a7f520cbff9fcb085f8150f..dea7068a665857817f7ef1114ea6b9d93b96f0e4 100644 (file)
@@ -9,6 +9,8 @@
 
 #include "dbf_misc.h"
 
+#include "php_reentrancy.h"
+
 /*
  * routine to change little endian long to host long
  */