1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-09 20:21:01 +00:00

Include the correct config header in libztex and include it before other includes.

This commit is contained in:
Con Kolivas 2012-12-08 21:19:22 +11:00
parent 86c08516b7
commit 77ef4c210f

View File

@ -22,10 +22,11 @@
* along with this program; if not, see http://www.gnu.org/licenses/.
**/
#include "config.h"
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <config.h>
#include "miner.h"
#include "fpgautils.h"