Added stdlib.h to clean up exit() warnings
authorErik Walthinsen <omega@temple-baptist.org>
Sun, 31 Dec 2000 22:15:28 +0000 (22:15 +0000)
committerErik Walthinsen <omega@temple-baptist.org>
Sun, 31 Dec 2000 22:15:28 +0000 (22:15 +0000)
Original commit message from CVS:
Added stdlib.h to clean up exit() warnings

tools/gstreamer-register.c

index 04d31d9..e008e4f 100644 (file)
@@ -1,3 +1,4 @@
+#include <stdlib.h>
 #include <gst/gst.h>
 
 extern gboolean _gst_plugin_spew;