blob: a20e05d949e3ade0bf506267d3dcb9827ea65f8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$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"
|