From 8efb2fa21c81f99b37795621f9ec2bc125c6ced0 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 22 Feb 2008 09:09:46 +0000 Subject: Add MPLAYER_ prefix to multiple inclusion guards. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26061 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/pnm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stream/pnm.h') diff --git a/stream/pnm.h b/stream/pnm.h index 3654e652e8..42b4388a53 100644 --- a/stream/pnm.h +++ b/stream/pnm.h @@ -22,8 +22,8 @@ * pnm util functions header by joschka */ -#ifndef PNM_H -#define PNM_H +#ifndef MPLAYER_PNM_H +#define MPLAYER_PNM_H #include /*#include "xine_internal.h" */ @@ -34,4 +34,4 @@ typedef struct pnm_s pnm_t; //int pnm_read (pnm_t *this, char *data, int len); -#endif /* PNM_H */ +#endif /* MPLAYER_PNM_H */ -- cgit v1.2.3