summaryrefslogtreecommitdiffstats
path: root/gst/law/alaw-decode.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/alaw-decode.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/alaw-decode.c')
-rw-r--r--gst/law/alaw-decode.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/law/alaw-decode.c b/gst/law/alaw-decode.c
index 62954763..c0eb3c14 100644
--- a/gst/law/alaw-decode.c
+++ b/gst/law/alaw-decode.c
@@ -19,6 +19,9 @@
* Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <gst/gst.h>
#include "alaw-decode.h"