Include fixture.h in fixture.c.

This commit is contained in:
Romain Tartiere 2010-10-08 11:34:50 +00:00
parent 93011b4c07
commit a216a05299
3 changed files with 6 additions and 0 deletions

View file

@ -20,6 +20,8 @@
#include <cutter.h>
#include <freefare.h>
#include "mifare_classic_fixture.h"
static nfc_device_t *device = NULL;
static MifareTag *tags = NULL;
MifareTag tag = NULL;

View file

@ -20,6 +20,8 @@
#include <cutter.h>
#include <freefare.h>
#include "mifare_desfire_fixture.h"
static nfc_device_t *device = NULL;
static MifareTag *tags = NULL;
MifareTag tag = NULL;

View file

@ -20,6 +20,8 @@
#include <cutter.h>
#include <freefare.h>
#include "mifare_ultralight_fixture.h"
static nfc_device_t *device = NULL;
static MifareTag *tags = NULL;
MifareTag tag = NULL;