summaryrefslogtreecommitdiff
path: root/gl/getopt.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-07-13 09:35:21 +0000
committerSimon Josefsson <simon@josefsson.org>2006-07-13 09:35:21 +0000
commit26f143e0bf7a3e4eb0156371e2ba940c132b781f (patch)
tree4d0f81b0e7532c267bdfe82aa675b16f68d071d5 /gl/getopt.c
parent231eb890349963a7d2a70de6cbbae6c06341d415 (diff)
downloadlibtasn1-26f143e0bf7a3e4eb0156371e2ba940c132b781f.tar.gz
Update.
Diffstat (limited to 'gl/getopt.c')
-rw-r--r--gl/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/getopt.c b/gl/getopt.c
index d75f214..798e7c8 100644
--- a/gl/getopt.c
+++ b/gl/getopt.c
@@ -31,7 +31,7 @@
#include <string.h>
#include <unistd.h>
-#ifdef VMS
+#ifdef __VMS
# include <unixlib.h>
#endif