diff options
author | phintuka <phintuka> | 2008-11-03 15:41:58 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-11-03 15:41:58 +0000 |
commit | f2316d4ca0cee19a23b9ea6a009ed35fff930915 (patch) | |
tree | 2efcffd6b3f54995d41de88876249c7101ea8344 | |
parent | 08c7a4cb2447a8274c83ce9eb6510922c1cfb54f (diff) | |
download | xineliboutput-f2316d4ca0cee19a23b9ea6a009ed35fff930915.tar.gz xineliboutput-f2316d4ca0cee19a23b9ea6a009ed35fff930915.tar.bz2 |
Added missing multiple inclusion quard #define
-rw-r--r-- | logdefs.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,11 +4,12 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: logdefs.h,v 1.8 2008-02-05 01:18:17 phintuka Exp $ + * $Id: logdefs.h,v 1.9 2008-11-03 15:41:58 phintuka Exp $ * */ #ifndef _LOGDEFS_H_ +#define _LOGDEFS_H_ /* * Default module name (goes to every log line) |