diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2015-09-01 17:05:38 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2015-09-01 17:05:38 +0200 |
commit | 4535ac71e075946f374aef0bb1e2997869f148fe (patch) | |
tree | 7439eea8c02b5164ef459f5b7a7565a1d0c3f42c /dma/nwl_engine.c | |
parent | 6bad94bb8546a3a5595d340e7a2d809635e3bd5d (diff) | |
download | pcitool-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/nwl_engine.c')
-rw-r--r-- | dma/nwl_engine.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dma/nwl_engine.c b/dma/nwl_engine.c index 15ae27e..c3dea49 100644 --- a/dma/nwl_engine.c +++ b/dma/nwl_engine.c @@ -1,4 +1,5 @@ #define _BSD_SOURCE +#define _DEFAULT_SOURCE #include <stdio.h> #include <stdlib.h> |