File openh323-incl.diff of Package openh323
--- plugins/audio/GSM0610/src/code.c
+++ plugins/audio/GSM0610/src/code.c
@@ -10,6 +10,7 @@
#include "config.h"
+#include <string.h>
#ifdef HAS_STDLIB_H
#include <stdlib.h>
#else
--- src/h261codec.cxx
+++ src/h261codec.cxx
@@ -267,6 +267,7 @@
*/
#include <ptlib.h>
+#include <ptlib/video.h>
#ifdef __GNUC__
#pragma implementation "h261codec.h"
--- src/h323ep.cxx
+++ src/h323ep.cxx
@@ -788,6 +788,7 @@
#include "../version.h"
#include "h323pluginmgr.h"
+#include <ptlib/sound.h>
#include <ptclib/random.h>
#include <ptclib/pstun.h>
#include <ptclib/url.h>
--- src/h4601.cxx
+++ src/h4601.cxx
@@ -55,6 +55,7 @@
#pragma implementation "h4601.h"
#endif
+#include <ptlib/pluginmgr.h>
#include <h460.h>
#include "h4601.h"
#include <h323.h>