Skip to content
Snippets Groups Projects
Commit 5bce5dc3 authored by Jeroen Hofstee's avatar Jeroen Hofstee Committed by Wolfgang Denk
Browse files

include/compiler.h: typedef ulong for FreeBSD

parent 09c2e90c
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@
#ifdef __linux__
# include <endian.h>
# include <byteswap.h>
#elif defined(__MACH__)
#elif defined(__MACH__) || defined(__FreeBSD__)
# include <machine/endian.h>
typedef unsigned long ulong;
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment