summaryrefslogtreecommitdiff
path: root/xpp/fpga_load.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-01-13 16:26:15 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-01-13 16:26:15 +0000
commitee6cdf75cac47ca2642d18c7357ac7ce480756f0 (patch)
tree09a97b87cec0fc0ea36c3d692742bd0f4b7b0930 /xpp/fpga_load.c
parent0d0d88b52d83986ff999540418d2e7345f165b82 (diff)
xpp/ FreeBSD portability issues
Note that the hotplug file is intended for backward compatibility with Centos4 and the likes. Newer systems are adviced not to install it anyway. (closes issue #16593) Reported by: Max Khon Patches: xpp.diff uploaded by Max Khon (license 884) git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@7908 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'xpp/fpga_load.c')
-rw-r--r--xpp/fpga_load.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xpp/fpga_load.c b/xpp/fpga_load.c
index bc32422..e120b26 100644
--- a/xpp/fpga_load.c
+++ b/xpp/fpga_load.c
@@ -20,6 +20,8 @@
*
*/
+#include <unistd.h>
+#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
#include <string.h>