freebsd-ports/astro/gpsbabel/files/patch-jeeps-gpslibusb.cc
Thomas Zander 373540144f - Update to upstream release 1.5.2
- Properly strip installed binary

PR:		197879
Submitted by:	dev2@heesakkers.info
Reviewed by:	riggs
2015-03-15 08:49:48 +00:00

12 lines
269 B
C++

--- jeeps/gpslibusb.cc.orig 2014-09-16 05:49:59.000000000 +0200
+++ jeeps/gpslibusb.cc 2015-03-14 19:33:11.690407708 +0100
@@ -20,7 +20,8 @@
*/
-#include <stdio.h>
+#include <cstdio>
+#include <cstdlib>
#include <ctype.h>
#if HAVE_CONFIG_H
#include "config.h"