13 lines
329 B
Plaintext
13 lines
329 B
Plaintext
$OpenBSD: patch-io_hpmud_jd_c,v 1.2 2015/02/05 17:34:33 ajacoutot Exp $
|
|
--- io/hpmud/jd.c.orig Thu Jan 29 13:20:45 2015
|
|
+++ io/hpmud/jd.c Thu Feb 5 14:28:00 2015
|
|
@@ -31,6 +31,8 @@
|
|
#endif
|
|
|
|
#include <signal.h>
|
|
+#include <limits.h> /* strtol(3) */
|
|
+#include <stdlib.h> /* strtol(3) */
|
|
#include "hpmud.h"
|
|
#include "hpmudi.h"
|
|
|