]> git.cameronkatri.com Git - mandoc.git/blobdiff - eqn_term.c
Complete the whatis.1 -> apropos.1 merge,
[mandoc.git] / eqn_term.c
index 889c5c6586f07bf38b2b9fb4fd04fa8bbc7ef20d..f9950ec81e5af337a38049bd1039f6463e280ac0 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: eqn_term.c,v 1.5 2014/04/20 16:46:04 schwarze Exp $ */
+/*     $Id: eqn_term.c,v 1.6 2014/08/10 23:54:41 schwarze Exp $ */
 /*
  * Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -14,9 +14,9 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
+
+#include <sys/types.h>
 
 #include <assert.h>
 #include <stdio.h>