Cleanup header file define guards.
[obnox/wireshark/wip.git] / gtk / u3.h
index 7b1914412b484f783d5a5e81c0e8d3a30deef6c0..3239c697595ff541f561238e5ab1ac354839c4c0 100644 (file)
--- a/gtk/u3.h
+++ b/gtk/u3.h
@@ -22,6 +22,9 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
+#ifndef __GTK_U3_H__
+#define __GTK_U3_H__
+
 gboolean u3_active(void);
 
 void u3_runtime_info(GString *str);
@@ -31,3 +34,5 @@ void u3_deregister_pid(void);
 
 char * u3_expand_device_path(char *path);
 char * u3_contract_device_path(char *path);
+
+#endif /* __GTK_U3_H__ */