summaryrefslogtreecommitdiff
path: root/common/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/alloc.c')
-rw-r--r--common/alloc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/alloc.c b/common/alloc.c
index 7d2afb5d1..411db3023 100644
--- a/common/alloc.c
+++ b/common/alloc.c
@@ -48,13 +48,13 @@
#endif
#include <limits.h>
+#define DEFAULT_TEXT_DOMAIN "sudo"
+#include "gettext.h" /* must be included before missing.h */
+
#include "missing.h"
#include "alloc.h"
#include "fatal.h"
-#define DEFAULT_TEXT_DOMAIN "sudo"
-#include "gettext.h"
-
/*
* If there is no SIZE_MAX or SIZE_T_MAX we have to assume that size_t
* could be signed (as it is on SunOS 4.x). This just means that