diff get_path.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 76f5d8892c04
children 0f42fb42843c
line wrap: on
line diff
--- a/get_path.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/get_path.h	Fri Feb 22 09:09:46 2008 +0000
@@ -18,10 +18,10 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef GET_PATH_H
-#define GET_PATH_H
+#ifndef MPLAYER_GET_PATH_H
+#define MPLAYER_GET_PATH_H
 
 char *get_path(const char *filename);
 void set_path_env();
 
-#endif /* GET_PATH_H */
+#endif /* MPLAYER_GET_PATH_H */