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 /ipecamera/model.h | |
parent | 0c0934bc67cf32458f80c0ebf2c416c3e6d4e9e7 (diff) | |
download | ipecamera-22aef9eef6001b195d56cb8167731bc2c0412dc9.tar.gz ipecamera-22aef9eef6001b195d56cb8167731bc2c0412dc9.tar.bz2 ipecamera-22aef9eef6001b195d56cb8167731bc2c0412dc9.tar.xz ipecamera-22aef9eef6001b195d56cb8167731bc2c0412dc9.zip |
Fix pcitool.h includes
Diffstat (limited to 'ipecamera/model.h')
-rw-r--r-- | ipecamera/model.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipecamera/model.h b/ipecamera/model.h index b01d895..31aa01c 100644 --- a/ipecamera/model.h +++ b/ipecamera/model.h @@ -3,7 +3,7 @@ #include <stdio.h> -#include "pcilib.h" +#include "../pcilib.h" #include "public.h" //#define IPECAMERA_DEBUG |