diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ingen_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp index ccd39d9c..ab7cbc7d 100644 --- a/tests/ingen_test.cpp +++ b/tests/ingen_test.cpp @@ -15,8 +15,8 @@ */ #include <signal.h> -#include <stdlib.h> +#include <cstdlib> #include <iostream> #include <string> |