$OpenBSD: patch-Http_h,v 1.1 2009/10/22 23:07:54 sthen Exp $
--- Http.h.orig	Thu Oct 15 14:04:11 2009
+++ Http.h	Thu Oct 15 14:05:21 2009
@@ -13,6 +13,8 @@
  * General Public License for more details.
  *
  */
+#ifndef NUMPHY_HTTP_H
+#define NUMPHY_HTTP_H
 
 #include <stdio.h>
 #include <string.h>
@@ -36,5 +38,4 @@ class Http  (public)
   std::string m_npid;
 
 };
-
-
+#endif
