diff --git a/ext/standard/url.h b/ext/standard/url.h index 688cf51c0ed..6b49640dd86 100644 --- a/ext/standard/url.h +++ b/ext/standard/url.h @@ -28,6 +28,9 @@ */ /* $Id$ */ +#ifndef _URL_H +#define _URL_H + typedef struct url { char *scheme; char *user; @@ -52,6 +55,8 @@ PHP_FUNCTION(urldecode); PHP_FUNCTION(rawurlencode); PHP_FUNCTION(rawurldecode); +#endif /* _URL_H */ + /* * Local variables: * tab-width: 4