1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 10:12:18 +01:00

- MFH: fix build (was never used like that before recent commit to session) > local include use quotes not <>

This commit is contained in:
Pierre Joye
2008-12-11 13:12:54 +00:00
parent f2d5b34f26
commit b2483079bb

View File

@@ -21,7 +21,7 @@
#ifndef __TIMELIB_STRUCTS_H__
#define __TIMELIB_STRUCTS_H__
#include <timelib_config.h>
#include "timelib_config.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>