Include config.h so that the necessary HAVE_HEADER_H macros are defined on the

appropriate platforms.

svn path=/trunk/; revision=45571
This commit is contained in:
Evan Huus 2012-10-16 00:42:30 +00:00
parent 08535a5831
commit 8a10d8ddb5
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif