diff options
| author | Dimitri Stolnikov <horiz0n@gmx.net> | 2012-04-01 12:40:51 +0200 |
|---|---|---|
| committer | Dimitri Stolnikov <horiz0n@gmx.net> | 2012-04-01 12:40:51 +0200 |
| commit | 46acfaebd2e4670e0d63696dc55fcb5f6bd9737a (patch) | |
| tree | 911e902070d2b4bd36099c1c6e223f3cae184c5d /src/tuner_fc0012.c | |
| parent | 367113b5c8bd38917c5ebcd72efffb1aa6de3cc3 (diff) | |
rework on autotools handling of
private headers
Diffstat (limited to 'src/tuner_fc0012.c')
| -rw-r--r-- | src/tuner_fc0012.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tuner_fc0012.c b/src/tuner_fc0012.c index 0b4ca22..a13dbae 100644 --- a/src/tuner_fc0012.c +++ b/src/tuner_fc0012.c @@ -10,8 +10,8 @@ #include <stdio.h> #include <stdint.h> +#include "rtlsdr_i2c.h" #include "tuner_fc0012.h" -#include "i2c.h" #define CRYSTAL_FREQ 28800000 |
