Add config_types.h which is generated by configure normally and is needed by make.

Change-Id: I1300cf03614c1a9ef31a4d8dce3f1e9ffe879ef0
diff --git a/include/ogg/config_types.h b/include/ogg/config_types.h
new file mode 100644
index 0000000..3891a1c
--- /dev/null
+++ b/include/ogg/config_types.h
@@ -0,0 +1,10 @@
+#ifndef __CONFIG_TYPES_H__
+#define __CONFIG_TYPES_H__
+
+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;
+
+#endif