13 lines
329 B
Plaintext
13 lines
329 B
Plaintext
$OpenBSD: patch-io_hpmud_jd_c,v 1.1 2012/06/26 06:17:11 ajacoutot Exp $
|
|
--- io/hpmud/jd.c.orig Tue Jun 26 07:47:38 2012
|
|
+++ io/hpmud/jd.c Tue Jun 26 07:48:09 2012
|
|
@@ -32,6 +32,8 @@
|
|
#endif
|
|
|
|
#include <signal.h>
|
|
+#include <limits.h> /* strtol(3) */
|
|
+#include <stdlib.h> /* strtol(3) */
|
|
#include "hpmud.h"
|
|
#include "hpmudi.h"
|
|
|