@@ -7,10 +7,13 @@
* any later version. See COPYING for more details.
*/
+#include "config.h"
+
#include <sys/time.h>
#include <libusb-1.0/libusb.h>
+#include "compat.h"
#include "dynclock.h"
#include "jtag.h"
#include "logging.h"
@@ -7,6 +7,8 @@
#include <errno.h>
#include <stdbool.h>
#include <stdint.h>
@@ -9,6 +9,8 @@
// NOTE: This code is based on code Luke-Jr wrote originally for LPC1343CodeBase
#include <stdlib.h>