08a7c8d5ae
problems on LP64. - fix select() use. - main() should return int. ok/suggestions naddy@
10 lines
243 B
Plaintext
10 lines
243 B
Plaintext
$OpenBSD: patch-medcut_c,v 1.1 2008/07/28 22:29:49 sthen Exp $
|
|
--- medcut.c.orig Mon Jul 28 20:57:39 2008
|
|
+++ medcut.c Mon Jul 28 20:57:44 2008
|
|
@@ -1,4 +1,5 @@
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include "medcut.h"
|
|
|
|
#define RED 0
|