2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 22:05:46 +00:00

missing.h should come before most local includes

This commit is contained in:
Todd C. Miller
2010-09-07 18:28:55 -04:00
parent 0c38f1460d
commit d739608a80

View File

@@ -85,9 +85,9 @@
#include <pathnames.h>
#include "missing.h"
#include "alloc.h"
#include "error.h"
#include "missing.h"
#ifndef LINE_MAX
# define LINE_MAX 2048