summaryrefslogtreecommitdiffstats
path: root/usr.bin/modstat/modstat.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-03-11 14:41:52 +0000
committerpeter <peter@FreeBSD.org>1997-03-11 14:41:52 +0000
commit73cb20dcb221260d76a80d0074f3146ec17c170e (patch)
tree3bdec60210d580e207299e4d9b245201232c84be /usr.bin/modstat/modstat.c
parentf9d47a294d2d884f267e50b7e5a8431dfc8631e7 (diff)
downloadFreeBSD-src-73cb20dcb221260d76a80d0074f3146ec17c170e.zip
FreeBSD-src-73cb20dcb221260d76a80d0074f3146ec17c170e.tar.gz
Include unistd.h for new location of getopt prototype
Diffstat (limited to 'usr.bin/modstat/modstat.c')
-rw-r--r--usr.bin/modstat/modstat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/modstat/modstat.c b/usr.bin/modstat/modstat.c
index 2722f87..c081a16 100644
--- a/usr.bin/modstat/modstat.c
+++ b/usr.bin/modstat/modstat.c
@@ -29,11 +29,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: modstat.c,v 1.6 1997/02/22 19:56:15 peter Exp $
*/
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#include <err.h>
#include <string.h>
#include <a.out.h>
OpenPOWER on IntegriCloud