summaryrefslogtreecommitdiffstats
path: root/gst/law/mulaw-encode.c
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-11-06 22:14:17 +0000
committerDavid Schleef <ds@schleef.org>2003-11-06 22:14:17 +0000
commit95f73bcf6dd90053087c3a62901db31240b38f09 (patch)
treeb95db4897c35e63f838c18d80b8704f258d5336f /gst/law/mulaw-encode.c
parentd236cce5113bf5a06adfeb5c688c69983c5bdd21 (diff)
make sure config.h is included first
Original commit message from CVS: make sure config.h is included first
Diffstat (limited to 'gst/law/mulaw-encode.c')
-rw-r--r--gst/law/mulaw-encode.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/law/mulaw-encode.c b/gst/law/mulaw-encode.c
index 9dd2e470..414ac7fc 100644
--- a/gst/law/mulaw-encode.c
+++ b/gst/law/mulaw-encode.c
@@ -17,6 +17,9 @@
* Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <gst/gst.h>
#include "mulaw-encode.h"
#include "mulaw-conversion.h"