summaryrefslogtreecommitdiff
path: root/gl/argp-parse.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2011-11-08 21:20:07 +0100
committerSimon Josefsson <simon@josefsson.org>2011-11-08 21:31:47 +0100
commit89c3301101f3bc1b16351f0965436a4e0ecfc771 (patch)
treecd6bf9ea07a32d0b92312cb565d0572f2f39000d /gl/argp-parse.c
parenta171181a4c1a39954a0868c2f77973ef4f8a360e (diff)
downloadgnutls-89c3301101f3bc1b16351f0965436a4e0ecfc771.tar.gz
Update gnulib files.
Diffstat (limited to 'gl/argp-parse.c')
-rw-r--r--gl/argp-parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/argp-parse.c b/gl/argp-parse.c
index 5cab8cec35..64360beac0 100644
--- a/gl/argp-parse.c
+++ b/gl/argp-parse.c
@@ -21,6 +21,7 @@
#endif
#include <alloca.h>
+#include <stdalign.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
@@ -42,7 +43,6 @@
#include "argp.h"
#include "argp-namefrob.h"
-#define alignof(type) offsetof (struct { char c; type x; }, x)
#define alignto(n, d) ((((n) + (d) - 1) / (d)) * (d))
/* Getopt return values. */