mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
13 lines
384 B
Plaintext
13 lines
384 B
Plaintext
|
--- xenmenu.c Sun Mar 1 12:25:09 1998
|
||
|
+++ /home/andy/tmp/wrk/xenmenu.c Tue May 19 22:48:26 1998
|
||
|
@@ -30,6 +30,9 @@
|
||
|
#include "dochoice.h"
|
||
|
#include "rpmenu.h"
|
||
|
#include <stdio.h>
|
||
|
+#ifdef __FreeBSD__
|
||
|
+#include <stdlib.h>
|
||
|
+#endif
|
||
|
#include <unistd.h> /* getopt(), geteuid() */
|
||
|
#include <pwd.h> /* getpwuid() */
|
||
|
#include <sys/types.h> /* getpwuid() */
|