mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-14 17:58:05 +00:00
Try different header files for Windows compatibility
This commit is contained in:
@@ -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"
|
#include "avrintel.h"
|
||||||
|
|
||||||
const uPcore_t uP_table[] = { // Value of -1 typically means unknown
|
const uPcore_t uP_table[] = { // Value of -1 typically means unknown
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
#ifndef AVRINTEL_H
|
#ifndef AVRINTEL_H
|
||||||
#define AVRINTEL_H
|
#define AVRINTEL_H
|
||||||
|
|
||||||
#include "config.h"
|
#include "libavrdude.h"
|
||||||
|
|
||||||
typedef struct { // Value of -1 typically means unknown
|
typedef struct { // Value of -1 typically means unknown
|
||||||
const char *name; // Name of part
|
const char *name; // Name of part
|
||||||
|
|||||||
Reference in New Issue
Block a user