One thing at a time... let's get 1.4 building.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@112709 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Joshua Colp 18 years ago
parent 0f7c06dc26
commit 27da06a930

@ -95,6 +95,11 @@ int daemon(int, int); /* defined in libresolv of all places */
#endif
#endif
#ifdef HAVE_ZAPTEL
#include <sys/ioctl.h>
#include <zaptel/zaptel.h>
#endif
#include "asterisk/logger.h"
#include "asterisk/options.h"
#include "asterisk/cli.h"
@ -124,7 +129,6 @@ int daemon(int, int); /* defined in libresolv of all places */
#include "asterisk/linkedlists.h"
#include "asterisk/devicestate.h"
#include "asterisk/module.h"
#include "asterisk/zapata.h"
#include "asterisk/doxyref.h" /* Doxygen documentation */

Loading…
Cancel
Save