blob: 589bf5032d7a11a6cf7d7835c178f09b8547c326 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- mount/freebsd-mounts-7.c.orig 2015-03-13 23:51:39 UTC
+++ mount/freebsd-mounts-7.c
@@ -1,3 +1,5 @@
+#include <stdlib.h>
+#include <string.h>
#include <stdio.h>
#include <errno.h>
#include <sys/param.h>
|