Skip to content
Snippets Groups Projects
Commit 27be4ce0 authored by Armin Luntzer's avatar Armin Luntzer
Browse files

fix incorrect GCC version test

parent 5bd8ee81
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
/* BCC is at least 4.4.2 */
#if defined(GCC_VERSION) && (GCC_VERSION >= 404020)
#if defined(GCC_VERSION) && (GCC_VERSION >= 40402)
#include <stdint.h>
#else
/* this must do... */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment