2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Rename gettext.h -> sudo_gettext.h

This commit is contained in:
Todd C. Miller
2014-07-21 14:49:43 -06:00
parent 3687b665cb
commit 127ba1354b
24 changed files with 368 additions and 346 deletions

View File

@@ -30,7 +30,7 @@
#include <errno.h>
#define DEFAULT_TEXT_DOMAIN "sudo"
#include "gettext.h" /* must be included before missing.h */
#include "sudo_gettext.h" /* must be included before missing.h */
#include "missing.h"
#include "sudo_debug.h"