summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alanc@alf.(none)>2006-05-04 21:46:39 -0700
committerAlan Coopersmith <alanc@alf.(none)>2006-05-04 21:46:39 -0700
commit60d23bc0d6b8dbefa0c03949bb1637970450e58e (patch)
tree207c6113c7c2c8d8fad4a1939dab86a63cd2ee1f /main.c
parentd51e519170bf912339afac89f25c1f7662a101a2 (diff)
Add fallback version of errx for platforms without errx/err.h
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index ead6efa..a6b3961 100644
--- a/main.c
+++ b/main.c
@@ -23,7 +23,6 @@
#include "rendercheck.h"
#include <stdlib.h>
#include <stdio.h>
-#include <err.h>
#include <string.h>
#include <getopt.h>