1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/devel/uisp/files/patch-DAPA.h
Will Andrews 591d1fab89 Add uisp 1.0b, a versatile programmer for atmel AVR microcontrollers.
PR:		25145
Submitted by:	Bruno Schwander <bruno@tinkerbox.org>
2001-03-11 02:11:17 +00:00

14 lines
280 B
C++

diff -urN DAPA.h.orig DAPA.h
--- DAPA.h.orig Tue Aug 29 17:08:28 2000
+++ DAPA.h Fri Feb 16 19:58:33 2001
@@ -12,7 +12,9 @@
#include <sys/types.h>
#include <time.h>
#include <unistd.h>
+#if !defined (__FreeBSD__)
#include <string>
+#endif
#include "Error.h"
class TDAPA {