diff libvo/spuenc.h @ 26012:04f59a060070

Add missing multiple inclusion guards.
author diego
date Thu, 21 Feb 2008 00:12:02 +0000
parents 401b440a6d76
children 4129c8cfa742
line wrap: on
line diff
--- a/libvo/spuenc.h	Thu Feb 21 00:10:33 2008 +0000
+++ b/libvo/spuenc.h	Thu Feb 21 00:12:02 2008 +0000
@@ -19,6 +19,9 @@
  *
  */
 
+#ifndef SPUENC_H
+#define SPUENC_H
+
 #include <stdlib.h>
 #define DATASIZE 53220
 
@@ -38,3 +41,5 @@
 
 void pixbuf_encode_rle(int x, int y, int w, int h, char *inbuf, int stride, encodedata *ed);
 void pixbuf_delete(pixbuf* pb);
+
+#endif /* SPUENC_H */