Browse Source

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

nfactor-troky
Con Kolivas 12 years ago
parent
commit
77ef4c210f
  1. 3
      libztex.c

3
libztex.c

@ -22,10 +22,11 @@ @@ -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"

Loading…
Cancel
Save