mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 16:50:29 -04:00
- Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful - Canonicalize patch names - Fix DOS line endings in patch files
10 lines
280 B
C
10 lines
280 B
C
--- src/argyll/spectro/usbio.c.orig 2009-03-07 21:18:13.000000000 +0300
|
|
+++ src/argyll/spectro/usbio.c 2009-03-07 21:18:41.000000000 +0300
|
|
@@ -20,6 +20,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
+#include <unistd.h>
|
|
#include <time.h>
|
|
#include <signal.h>
|
|
#if defined(UNIX)
|