diff --git a/examples/tagreader_c.c b/examples/tagreader_c.c index 13866404..ce67275d 100644 --- a/examples/tagreader_c.c +++ b/examples/tagreader_c.c @@ -22,11 +22,11 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "tag_c.h" + #include #include -#include "tag_c.h" - #ifndef FALSE #define FALSE 0 #endif