Skip to content

Commit

Permalink
Include the correct config header in libztex and include it before ot…
Browse files Browse the repository at this point in the history
…her includes.
  • Loading branch information
ckolivas committed Dec 8, 2012
1 parent 86c0851 commit 77ef4c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libztex.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 77ef4c2

Please sign in to comment.