]> git.cameronkatri.com Git - mandoc.git/blobdiff - soelim.c
Delete a sentence pointing to "the Predefined Strings subsection
[mandoc.git] / soelim.c
index 10b1b89deab7cc99c39560cfd248a2aeed4ab820..3ef30820e318a9a5fbabe6a0a6b43943c7441df6 100644 (file)
--- a/soelim.c
+++ b/soelim.c
@@ -1,4 +1,4 @@
-/*     $Id: soelim.c,v 1.3 2015/05/20 22:57:22 schwarze Exp $  */
+/*     $Id: soelim.c,v 1.5 2015/11/07 14:22:29 schwarze Exp $  */
 /*
  * Copyright (c) 2014 Baptiste Daroussin <bapt@FreeBSD.org>
  * All rights reserved.
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
+#include "config.h"
 
 #include <sys/types.h>
 
 #include <ctype.h>
+#if HAVE_ERR
 #include <err.h>
+#endif
 #include <limits.h>
 #include <stdio.h>
 #include <stdlib.h>