From c4f1042e5a1a660a03bc130b0bfe6a4fad595aa1 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Mon, 24 Jan 2005 09:34:55 +0000 Subject: [PATCH] OpenBSD doesn't have re-include protection in <sys/user.h>, so get it from console.h rather then explicitly including it. --- src/conio/console.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/conio/console.c b/src/conio/console.c index d81dc284f9..4e0ae134f4 100644 --- a/src/conio/console.c +++ b/src/conio/console.c @@ -92,7 +92,6 @@ #include <sys/param.h> #include <sys/time.h> #include <sys/types.h> -#include <sys/user.h> #include <dlfcn.h> #include <fcntl.h> -- GitLab