aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/service_response_time_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/service_response_time_table.h')
-rw-r--r--gtk/service_response_time_table.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/service_response_time_table.h b/gtk/service_response_time_table.h
index 1cc17e38e3..46da3700ee 100644
--- a/gtk/service_response_time_table.h
+++ b/gtk/service_response_time_table.h
@@ -24,6 +24,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifndef __SERVICE_RESPONSE_TIME_TABLE_H__
+#define __SERVICE_RESPONSE_TIME_TABLE_H__
+
#include <gtk/gtk.h>
#include "epan/nstime.h"
#include "../timestats.h"
@@ -96,3 +99,4 @@ void reset_srt_table_data(srt_stat_table *rst);
*/
void free_srt_table_data(srt_stat_table *rst);
+#endif /* __SERVICE_RESPONSE_TIME_TABLE_H__ */