diff osdep/glob.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 6ac1ece1f9fe
children 32ef0c7cb949
line wrap: on
line diff
--- a/osdep/glob.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/osdep/glob.h	Fri Feb 22 09:09:46 2008 +0000
@@ -1,5 +1,5 @@
-#ifndef GLOB_H
-#define GLOB_H
+#ifndef MPLAYER_GLOB_H
+#define MPLAYER_GLOB_H
 
 #include "config.h"
 
@@ -13,4 +13,4 @@
 
 int  glob(const char *pattern, int flags, int (*errfunc)(const char *epath, int eerrno), glob_t *pglob);
 
-#endif /* GLOB_H */
+#endif /* MPLAYER_GLOB_H */