summaryrefslogtreecommitdiff
path: root/frontends/amiga/stringview/urlhistory.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/amiga/stringview/urlhistory.h')
-rw-r--r--frontends/amiga/stringview/urlhistory.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontends/amiga/stringview/urlhistory.h b/frontends/amiga/stringview/urlhistory.h
index b72792db4..962713e9e 100644
--- a/frontends/amiga/stringview/urlhistory.h
+++ b/frontends/amiga/stringview/urlhistory.h
@@ -17,6 +17,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifndef AMIGA_URLHISTORY_H
+#define AMIGA_URLHISTORY_H 1
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -31,3 +34,5 @@ void URLHistory_AddPage( const char * urlString );
#ifdef __cplusplus
}
#endif
+#endif
+