diff mp_fifo.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents dfca45ad9326
children c1a3f1bbba26
line wrap: on
line diff
--- a/mp_fifo.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/mp_fifo.h	Fri Feb 22 09:09:46 2008 +0000
@@ -1,7 +1,7 @@
-#ifndef MP_FIFO_H
-#define MP_FIFO_H
+#ifndef MPLAYER_MP_FIFO_H
+#define MPLAYER_MP_FIFO_H
 
 int mplayer_get_key(int fd);
 void mplayer_put_key(int code);
 
-#endif /* MP_FIFO_H */
+#endif /* MPLAYER_MP_FIFO_H */