Try different header files for Windows compatibility
This commit is contained in:
parent
4f7868ef4b
commit
ffb8b7fcdf
|
@ -13,6 +13,17 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "ac_cfg.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <limits.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "avrintel.h"
|
||||
|
||||
const uPcore_t uP_table[] = { // Value of -1 typically means unknown
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#ifndef AVRINTEL_H
|
||||
#define AVRINTEL_H
|
||||
|
||||
#include "config.h"
|
||||
#include "libavrdude.h"
|
||||
|
||||
typedef struct { // Value of -1 typically means unknown
|
||||
const char *name; // Name of part
|
||||
|
|
Loading…
Reference in New Issue