Rename error.h -> fatal.h now that there is no error() function.

This commit is contained in:
Todd C. Miller
2013-08-15 14:24:29 -06:00
parent bec394dc11
commit 99352d6738
28 changed files with 118 additions and 119 deletions

View File

@@ -32,7 +32,7 @@
#include <libaudit.h>
#include "missing.h"
#include "error.h"
#include "fatal.h"
#include "alloc.h"
#include "gettext.h"
#include "sudo_debug.h"