]> git.cameronkatri.com Git - mandoc.git/blobdiff - compat_ohash.c
In fragment identifiers, use ~%d for ordinal suffixes,
[mandoc.git] / compat_ohash.c
index 0992b3657dde5e76424c891a87c0607e1b527545..cbd6052182f21cd1ceffa3bb48e11abb7db2738c 100644 (file)
@@ -1,8 +1,6 @@
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
-#ifdef HAVE_OHASH
+#if HAVE_OHASH
 
 int dummy;
 
@@ -25,6 +23,8 @@ int dummy;
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <sys/types.h>
+
 #include <stddef.h>
 #include <stdint.h>
 #include <stdlib.h>