2022-06-17  Juan Manuel Guerrero <juan.guerrero@gmx.de>


	* include/ogg/os_types.h [DJGPP]: Missing typedef for ogg_uint16_t
	added.






diff -aprNU3 libogg-1.3.5.orig/include/ogg/os_types.h libogg-1.3.5/include/ogg/os_types.h
--- libogg-1.3.5.orig/include/ogg/os_types.h	2020-04-22 07:06:44 +0000
+++ libogg-1.3.5/include/ogg/os_types.h	2022-06-17 16:00:56 +0000
@@ -115,6 +115,7 @@
 
    /* DJGPP */
    typedef short ogg_int16_t;
+   typedef unsigned short ogg_uint16_t;
    typedef int ogg_int32_t;
    typedef unsigned int ogg_uint32_t;
    typedef long long ogg_int64_t;
