From b6d36749a325e6a75a1ee83cf45a322f7eee7431 Mon Sep 17 00:00:00 2001 From: Alexander Wuerstlein <arw@arw.name> Date: Tue, 11 Jun 2013 14:42:26 +0200 Subject: [PATCH] add missing header to make it compile --- hello.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.c b/hello.c index ffdf17d..304528e 100644 --- a/hello.c +++ b/hello.c @@ -1,4 +1,5 @@ #include <stdio.h> +#include <stdlib.h> int main(int argc, char **argv) { -- GitLab