[xiph-cvs] cvs commit: libshout/include/shout shout.h.in

Ed oddsock at xiph.org
Thu Jan 29 16:32:00 PST 2004



oddsock     04/01/29 19:32:00

  Modified:    include/shout shout.h.in
  Log:
  include win32 specific includes if compiling under windows

Revision  Changes    Path
1.3       +3 -0      libshout/include/shout/shout.h.in

Index: shout.h.in
===================================================================
RCS file: /usr/local/cvsroot/libshout/include/shout/shout.h.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- shout.h.in	13 Jul 2003 16:31:20 -0000	1.2
+++ shout.h.in	30 Jan 2004 00:32:00 -0000	1.3
@@ -22,6 +22,9 @@
 #define __LIBSHOUT_SHOUT_H__
 
 #include <sys/types.h>
+#ifdef WIN32
+#include <os.h>
+#endif
 
 #define SHOUTERR_SUCCESS	(0)
 #define SHOUTERR_INSANE		(-1)

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list