diff options
| -rw-r--r-- | FL/Fl_Widget.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H index bd42506b0..d4bf6ff53 100644 --- a/FL/Fl_Widget.H +++ b/FL/Fl_Widget.H @@ -28,7 +28,7 @@ \todo typedef's fl_intptr_t and fl_uintptr_t should be documented. */ #ifdef _WIN64 -#ifdef __GNUC__ +#if defined(__GNUC__) || defined(__clang__) #include <stdint.h> #else #include <stddef.h> // M$VC |
