mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
a79f0d9fb5
dialogs.
14 lines
261 B
C
14 lines
261 B
C
--- pinentry/pinentry.c.orig Thu Jan 30 08:36:45 2003
|
|
+++ pinentry/pinentry.c Thu Jan 30 08:37:10 2003
|
|
@@ -22,6 +22,10 @@
|
|
#include <config.h>
|
|
#endif
|
|
|
|
+#ifdef _GETOPT_H
|
|
+#undef _GETOPT_H
|
|
+#endif
|
|
+
|
|
#include <errno.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|