]> git.draconx.ca Git - gob-dx.git/blobdiff - tests/general.at
Add missing <stdlib.h> includes in test cases.
[gob-dx.git] / tests / general.at
index fa465e546c038ed8bd7ab40095173306d517de06..97b59da387cfc43b50b2add4ce9e4377fcbbe574 100644 (file)
@@ -131,7 +131,7 @@ class :Mod from G:Type:Module
 ]])
 
 AT_DATA([main.c],
-[[#include <stdio.h>
+[[#include <stdlib.h>
 #include "mod.h"
 #include "test.h"