citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 2fb7b7e8518afee19bacb1d01617927cf94dc0c9
parent b99075d573a6f1180cf79969b4282885d1edddec
Author: Kyle Milz <kyle@0x30.net>
Date:   Sun,  8 Jan 2017 15:07:10 -0700

lib: include stdio for fprintf

Diffstat:
Mlib.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/lib.c b/lib.c @@ -29,6 +29,7 @@ #include <errno.h> /* EEXIST */ #include <fcntl.h> /* O_CREAT */ #include <limits.h> /* PATH_MAX */ +#include <stdio.h> #include <stdlib.h> /* atexit, get{env,progname} */ #include <string.h> /* str{l,n}cpy */ #include <unistd.h> /* lseek get{cwd,pid,ppid,pgrp} */