/alps/ipecamera

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/ipecamera

« back to all changes in this revision

Viewing changes to data.c

  • Committer: Suren A. Chilingaryan
  • Date: 2015-04-27 00:28:57 UTC
  • Revision ID: csa@suren.me-20150427002857-82fk6r3e8rfgy4wr
First stand-alone ipecamera implementation

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
#include <ufodecode.h>
13
13
 
14
 
#include "../tools.h"
15
 
#include "../error.h"
 
14
#include <pcilib.h>
 
15
#include <pcilib/tools.h>
 
16
#include <pcilib/error.h>
16
17
 
17
 
#include "pcilib.h"
18
18
#include "private.h"
19
19
#include "data.h"
20
20