summaryrefslogtreecommitdiffstats
path: root/dma/ipe.c
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2015-09-01 17:05:38 +0200
committerSuren A. Chilingaryan <csa@suren.me>2015-09-01 17:05:38 +0200
commit4535ac71e075946f374aef0bb1e2997869f148fe (patch)
tree7439eea8c02b5164ef459f5b7a7565a1d0c3f42c /dma/ipe.c
parent6bad94bb8546a3a5595d340e7a2d809635e3bd5d (diff)
downloadpcitool-4535ac71e075946f374aef0bb1e2997869f148fe.tar.gz
pcitool-4535ac71e075946f374aef0bb1e2997869f148fe.tar.bz2
pcitool-4535ac71e075946f374aef0bb1e2997869f148fe.tar.xz
pcitool-4535ac71e075946f374aef0bb1e2997869f148fe.zip
Fixes out-of-source builds and minor build issues
Diffstat (limited to 'dma/ipe.c')
-rw-r--r--dma/ipe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dma/ipe.c b/dma/ipe.c
index 3e46cb3..1c8e3e8 100644
--- a/dma/ipe.c
+++ b/dma/ipe.c
@@ -1,5 +1,6 @@
#define _PCILIB_DMA_IPE_C
#define _BSD_SOURCE
+#define _DEFAULT_SOURCE
#include <stdio.h>
#include <stdlib.h>