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

Michael Smith msmith at xiph.org
Sun Mar 31 07:17:29 PST 2002



msmith      02/03/31 07:17:29

  Modified:    include/shout shout.h
  Log:
  We need sys/types.h for definitions of some types, such as ssize_t

Revision  Changes    Path
1.7       +2 -0      libshout/include/shout/shout.h

Index: shout.h
===================================================================
RCS file: /usr/local/cvsroot/libshout/include/shout/shout.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- shout.h	2002/01/23 03:11:50	1.6
+++ shout.h	2002/03/31 15:17:28	1.7
@@ -5,6 +5,8 @@
 #ifndef __LIBSHOUT_SHOUT_H__
 #define __LIBSHOUT_SHOUT_H__
 
+#include <sys/types.h>
+
 #define SHOUTERR_SUCCESS	(0)
 #define SHOUTERR_INSANE		(1)
 #define SHOUTERR_NOCONNECT	(2)

<p><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