The HAVE_xxx definitions come from config.h; include it.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 30 Nov 2013 22:17:15 +0000 (22:17 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 30 Nov 2013 22:17:15 +0000 (22:17 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@53681 f5534014-38df-0310-8fa8-9805f1628bb7

codecs/SBC/sbc.c

index 43954ff7518425b7042ed42c4507e63c80b759a0..b14b5bb6812bc35a488f9b14df68ed2b24b43093 100644 (file)
@@ -24,6 +24,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#include "config.h"
+
 #ifdef HAVE_SBC
 
 #include <glib.h>