pkgsrc-ng/ham/fldigi/patches/patch-src_include_logsupport.h
2014-08-11 13:27:10 +02:00

14 lines
312 B
C++

$NetBSD: patch-src_include_logsupport.h,v 1.2 2014/03/14 14:39:22 mef Exp $
Fix a header guard to reduce warnings.
--- src/include/logsupport.h.orig 2013-09-17 19:27:33.000000000 +0000
+++ src/include/logsupport.h
@@ -1,5 +1,5 @@
#ifndef SUPPORT_H
-#define SUPPORT_h
+#define SUPPORT_H
#include <string>