mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
636e027b6e
Library for Shared Buffer IPC
11 lines
232 B
C
11 lines
232 B
C
--- src/shbuf.c.orig Mon May 6 22:37:36 2002
|
|
+++ src/shbuf.c Mon May 6 22:38:02 2002
|
|
@@ -24,6 +24,7 @@
|
|
#include <signal.h>
|
|
#include <errno.h>
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
|
|
#include "shbuf.h"
|
|
#include "internal.h"
|