From 2b6af2000b421057a3194a962a9ab6be39d0a838 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 1 Jan 2008 21:35:58 +0000 Subject: Add multiple inclusion guards to all header files that lack them. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25581 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/frequencies.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'stream/frequencies.h') diff --git a/stream/frequencies.h b/stream/frequencies.h index 13cf111f44..234a2adb86 100644 --- a/stream/frequencies.h +++ b/stream/frequencies.h @@ -5,6 +5,10 @@ * * Frequencies are given in kHz */ + +#ifndef FREQUENCIES_H +#define FREQUENCIES_H + #define NTSC_AUDIO_CARRIER 4500 #define PAL_AUDIO_CARRIER_I 6000 #define PAL_AUDIO_CARRIER_BGHN 5500 @@ -109,3 +113,5 @@ extern const struct CHANLISTS chanlists[]; extern int chantab; extern const struct CHANLIST *chanlist; extern int chancount; + +#endif /* FREQUENCIES_H */ -- cgit v1.2.3