Skip to content

Commit 4baab01

Browse files
committed
Prevent compiler warnings
1 parent f215759 commit 4baab01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: activity.c

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
*/
1717

1818
#include <unistd.h>
19+
#include <stdlib.h>
20+
#include <stdio.h>
1921

2022
#include "su.h"
2123

0 commit comments

Comments
 (0)