1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-09 14:28:12 +00:00

Reorder libztex header include order to fix missing struct definition.

This commit is contained in:
Con Kolivas 2012-09-24 14:37:23 +10:00
parent 54dcd57f95
commit 346d09c36d

View File

@ -23,8 +23,8 @@
#include <stdio.h>
#include <unistd.h>
#include "fpgautils.h"
#include "miner.h"
#include "fpgautils.h"
#include "libztex.h"
#define BUFSIZE 256