diff options
Diffstat (limited to 'ext/ftp/ftp.h')
-rw-r--r-- | ext/ftp/ftp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ftp/ftp.h b/ext/ftp/ftp.h index 84298d4ded..ea9a25d047 100644 --- a/ext/ftp/ftp.h +++ b/ext/ftp/ftp.h @@ -30,8 +30,8 @@ /* $Id$ */ -#ifndef _FTP_H -#define _FTP_H +#ifndef FTP_H +#define FTP_H #include <stdio.h> #ifdef HAVE_NETINET_IN_H |