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

Rename missing.h -> sudo_compat.h

This commit is contained in:
Todd C. Miller
2014-07-22 14:25:16 -06:00
parent ecaecdc1f4
commit 47835ff289
91 changed files with 458 additions and 437 deletions

View File

@@ -38,9 +38,9 @@
#endif /* HAVE_STRINGS_H */
#define DEFAULT_TEXT_DOMAIN "sudo"
#include "sudo_gettext.h" /* must be included before missing.h */
#include "sudo_gettext.h" /* must be included before sudo_compat.h */
#include "missing.h"
#include "sudo_compat.h"
#ifdef HAVE_STRTONUM