freebsd-ports/audio/midimountain/files/patch-midimountain::stlini.h
Edwin Groothuis 74aab77ef5 Make audio/midimountain compiled again with the new GCC
PR:		ports/46169
Submitted by:	Kuang-che Wu <kcwu@kcwu.dyndns.org>
2002-12-11 12:37:28 +00:00

13 lines
337 B
C++

--- midimountain/stlini.h Tue May 1 09:54:22 2001
+++ midimountain/stlini.h Wed Dec 11 03:22:23 2002
@@ -1,3 +1,5 @@
+#ifndef _STLINI_H_
+#define _STLINI_H_
#include <map>
#include <string>
using namespace std;
@@ -14,3 +16,4 @@
void SaveIni(INIFile &theINI, const char *filename);
INIFile LoadIni(const char *filename);
+#endif