1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/french/med/files/patch-src_2.3.6_ci_MEDunvCr.c
2012-07-07 15:15:57 +00:00

16 lines
308 B
C

--- ./src/2.3.6/ci/MEDunvCr.c.orig 2011-10-20 19:12:46.000000000 +0200
+++ ./src/2.3.6/ci/MEDunvCr.c 2011-12-26 19:32:03.000000000 +0100
@@ -55,6 +55,12 @@
#endif
+#ifdef __FreeBSD__
+#include <sys/types.h>
+#include <unistd.h>
+#include <pwd.h>
+#endif
+
med_err
MEDunvCr(med_idt fid, char *maa)
{