]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Include compat.h to hopefully make it compatible with FreeBSD.
authorJoshua Colp <jcolp@digium.com>
Tue, 11 Sep 2007 13:41:03 +0000 (13:41 +0000)
committerJoshua Colp <jcolp@digium.com>
Tue, 11 Sep 2007 13:41:03 +0000 (13:41 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82234 65c4cc65-6c06-0410-ace0-fbb531ad65f3

utils/hashtest2.c

index 5242d34ecac8ff237567899f0f5b005cd51b9b0f..9bd88314329d9eac42a80d8efce97e5cfe363d55 100644 (file)
@@ -44,6 +44,7 @@
 #include <errno.h>
 #include <unistd.h>
 
+#include "asterisk/compat.h"
 #include "asterisk/lock.h"
 #include "asterisk/astobj2.h"
 #include "asterisk/channel.h"