diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2012-07-04 21:11:28 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2012-07-04 21:11:28 +0200 |
commit | 22aef9eef6001b195d56cb8167731bc2c0412dc9 (patch) | |
tree | 7ee5aff5eefb98bafdf777e26b60dd329efe0782 /dma/nwl_dma.h | |
parent | 0c0934bc67cf32458f80c0ebf2c416c3e6d4e9e7 (diff) | |
download | pcitool-22aef9eef6001b195d56cb8167731bc2c0412dc9.tar.gz pcitool-22aef9eef6001b195d56cb8167731bc2c0412dc9.tar.bz2 pcitool-22aef9eef6001b195d56cb8167731bc2c0412dc9.tar.xz pcitool-22aef9eef6001b195d56cb8167731bc2c0412dc9.zip |
Fix pcitool.h includes
Diffstat (limited to 'dma/nwl_dma.h')
-rw-r--r-- | dma/nwl_dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dma/nwl_dma.h b/dma/nwl_dma.h index f9873f7..cc9e379 100644 --- a/dma/nwl_dma.h +++ b/dma/nwl_dma.h @@ -2,7 +2,7 @@ #define _PCILIB_DMA_NWL_H #include <stdio.h> -#include "pcilib.h" +#include "../pcilib.h" #define PCILIB_NWL_MODIFICATION_IPECAMERA 0x100 |