summaryrefslogtreecommitdiff
path: root/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'error.c')
-rw-r--r--error.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/error.c b/error.c
index a61cf94..9b43420 100644
--- a/error.c
+++ b/error.c
@@ -36,11 +36,11 @@ from The Open Group.
* we generally do not have a terminal to talk to
*/
-# include <stdio.h>
-# include <stdarg.h>
+#include <stdio.h>
+#include <stdarg.h>
-# include "dm.h"
-# include "dm_error.h"
+#include "dm.h"
+#include "dm_error.h"
#define WRITES(fd, buf) write(fd, buf, strlen(buf))