summaryrefslogtreecommitdiff
path: root/monkey/fetch.h
diff options
context:
space:
mode:
Diffstat (limited to 'monkey/fetch.h')
-rw-r--r--monkey/fetch.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/monkey/fetch.h b/monkey/fetch.h
index 59e8696d1..f146e2ef8 100644
--- a/monkey/fetch.h
+++ b/monkey/fetch.h
@@ -16,4 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifndef NS_MONKEY_FETCH_H
+#define NS_MONKEY_FETCH_H
+
struct gui_fetch_table *monkey_fetch_table;
+
+#endif /* NS_MONKEY_FETCH_H */