Try different header files for Windows compatibility

This commit is contained in:
Stefan Rueger 2022-08-30 21:31:11 +01:00
parent 4f7868ef4b
commit ffb8b7fcdf
No known key found for this signature in database
GPG Key ID: B0B4F1FD86B1EC55
2 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -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