diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-07-13 09:35:21 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-07-13 09:35:21 +0000 |
commit | 26f143e0bf7a3e4eb0156371e2ba940c132b781f (patch) | |
tree | 4d0f81b0e7532c267bdfe82aa675b16f68d071d5 /gl/getopt.c | |
parent | 231eb890349963a7d2a70de6cbbae6c06341d415 (diff) | |
download | libtasn1-26f143e0bf7a3e4eb0156371e2ba940c132b781f.tar.gz libtasn1-26f143e0bf7a3e4eb0156371e2ba940c132b781f.tar.bz2 libtasn1-26f143e0bf7a3e4eb0156371e2ba940c132b781f.zip |
Update.
Diffstat (limited to 'gl/getopt.c')
-rw-r--r-- | gl/getopt.c | 2 |
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 |