citrun

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

commit f824046ec88caf4614c7adb48ae95289d302da8d
parent 8dc1cc2a5c83fbe6c7e997bf720341375cf53f33
Author: Kyle Milz <kyle@0x30.net>
Date:   Fri, 19 Aug 2016 16:01:45 -0600

src: include header for getprogname

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

diff --git a/src/runtime.c b/src/runtime.c @@ -20,6 +20,7 @@ #include <err.h> #include <fcntl.h> /* O_CREAT */ #include <limits.h> /* PATH_MAX */ +#include <stdlib.h> /* getprogname */ #include <string.h> /* strnlen */ #include <unistd.h> /* get{cwd,pid,ppid,pgrp} */