]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Include poll-compat.h
authorRussell Bryant <russell@russellbryant.com>
Wed, 25 Mar 2009 14:33:32 +0000 (14:33 +0000)
committerRussell Bryant <russell@russellbryant.com>
Wed, 25 Mar 2009 14:33:32 +0000 (14:33 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@184219 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/timing.c

index 0a58859b9f7919e9ec9822ce92781c7d2751782e..c24db2e29f93dd25f5e418d9e8154980ebccdb84 100644 (file)
@@ -38,6 +38,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 #include "asterisk/time.h"
 #include "asterisk/heap.h"
 #include "asterisk/module.h"
+#include "asterisk/poll-compat.h"
 
 struct timing_holder {
        /*! Do _not_ move this from the beginning of the struct. */