mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
13 lines
302 B
Plaintext
13 lines
302 B
Plaintext
$NetBSD: patch-as,v 1.3 2013/08/13 00:40:27 khorben Exp $
|
|
|
|
--- beep/controlsocket.c.orig 2005-09-04 22:36:04.000000000 +0000
|
|
+++ beep/controlsocket.c
|
|
@@ -31,6 +31,7 @@
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <sys/un.h>
|
|
+#include <time.h>
|
|
|
|
#include "main.h"
|
|
#include "equalizer.h"
|