Skip to content
Snippets Groups Projects
Commit 59bf8bbb authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

Available on mingw as well it seems

parent 317c816b
Branches
Tags
No related merge requests found
......@@ -29,9 +29,8 @@
#ifndef ETHERBONE_H
#define ETHERBONE_H
/* uint32_t and friends */
#include <stdint.h>
#include <inttypes.h>
#include <stdint.h> /* uint32_t ... */
#include <inttypes.h> /* EB_DATA_FMT ... */
/* Symbol visibility definitions */
#ifdef __WIN32
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment