Skip to content

Commit c6ef3cc

Browse files
author
git-core
committed
Add missing usistd.h for system(3)
1 parent f215759 commit c6ef3cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

activity.c

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
*/
1717

1818
#include <unistd.h>
19+
#include <stdlib.h>
1920

2021
#include "su.h"
2122

0 commit comments

Comments
 (0)