summaryrefslogtreecommitdiff
path: root/wcfxo.c
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-10-31 18:53:47 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-10-31 18:53:47 +0000
commit07792b0d00230511cce7c8ff882698a81b85cb87 (patch)
treea5103d32b90f38d1117d49c60b15831a32e24852 /wcfxo.c
parent8521b5fb19aa6d3beab797a334df4035bd489e92 (diff)
add missing include (issue #5537)
git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@801 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wcfxo.c')
-rwxr-xr-xwcfxo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wcfxo.c b/wcfxo.c
index 9145d02..098b9f4 100755
--- a/wcfxo.c
+++ b/wcfxo.c
@@ -31,6 +31,7 @@
#include <linux/usb.h>
#include <linux/errno.h>
#include <linux/pci.h>
+#include <asm/io.h>
#ifdef STANDALONE_ZAPATA
#include "zaptel.h"
#else