mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
115f3155a8
PR: 6727 Submitted by: Hans Petter Bieker <hanspb@persbraten.vgs.no>
13 lines
245 B
Plaintext
13 lines
245 B
Plaintext
--- khelp.h.orig Thu May 14 19:18:49 1998
|
|
+++ khelp.h Thu May 14 19:19:35 1998
|
|
@@ -11,7 +11,9 @@
|
|
#include <sys/types.h>
|
|
#include <sys/ipc.h>
|
|
#include <sys/msg.h>
|
|
+#include <sys/msgbuf.h>
|
|
|
|
+long mtype;
|
|
|
|
class KHelpMsg : protected msgbuf
|
|
{
|