summaryrefslogtreecommitdiff
path: root/src/fnmatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fnmatch.h')
-rw-r--r--src/fnmatch.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/fnmatch.h b/src/fnmatch.h
index 88af45939..ddaae15bb 100644
--- a/src/fnmatch.h
+++ b/src/fnmatch.h
@@ -25,8 +25,8 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
-#ifndef INCLUDE_fnmatch__compat_h__
-#define INCLUDE_fnmatch__compat_h__
+#ifndef INCLUDE_fnmatch_h__
+#define INCLUDE_fnmatch_h__
#include "common.h"
@@ -45,5 +45,4 @@
extern int p_fnmatch(const char *pattern, const char *string, int flags);
-#endif /* _FNMATCH_H */
-
+#endif