mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
656c4ea1a5
- Fix libaudiofile dependency Submitted by: maintainer
11 lines
222 B
C++
11 lines
222 B
C++
--- src/vcprotocol.cpp Mon Jul 18 21:58:26 2005
|
|
+++ src/vcprotocol.cpp Sun Sep 18 21:21:41 2005
|
|
@@ -20,6 +20,7 @@
|
|
#include <unistd.h>
|
|
#include <fcntl.h>
|
|
#include <stdlib.h>
|
|
+#include <time.h>
|
|
#include <iostream>
|
|
|
|
//
|