8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00

Added needed header file to provide prototypes for sprintf and printf.

This commit is contained in:
eku 2003-02-14 14:05:47 +00:00
parent 2215d57b21
commit 026e6ab673

View File

@ -28,6 +28,7 @@
#ifdef HAVE_SYS_PARAM_H #ifdef HAVE_SYS_PARAM_H
#include <sys/param.h> /* for MAXPATHLEN */ #include <sys/param.h> /* for MAXPATHLEN */
#endif #endif
#include <stdio.h>
/* Commented out to make Linux version work because it is inaccessiable on all /* Commented out to make Linux version work because it is inaccessiable on all
known platforms. Nickolay Samofatov, 10 Sept 2002 known platforms. Nickolay Samofatov, 10 Sept 2002