diff options
Diffstat (limited to 'src/string/disp/testDisp.c')
-rw-r--r-- | src/string/disp/testDisp.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/string/disp/testDisp.c b/src/string/disp/testDisp.c index a06fb421..9f2bc96f 100644 --- a/src/string/disp/testDisp.c +++ b/src/string/disp/testDisp.c @@ -10,9 +10,10 @@ * */ - -#include "disp.h" #include <assert.h> +#include <stdlib.h> +#include "disp.h" + #define SIZE 10000 |