aboutsummaryrefslogtreecommitdiffstats
path: root/epan/emem.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2011-04-22 17:57:10 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2011-04-22 17:57:10 +0000
commitecf8cbed340ed4b628cb5c102e804ceab0dc8afd (patch)
tree6be0f7f2738709beacc0e169a489366ec4dd7430 /epan/emem.h
parent939731ee8ec1cd5e1f71ec95a85ed2734c1551a9 (diff)
As suggested by Jakub Zawadzki:
Rename g_gnuc_malloc.h to g_gnuc.h (since it contains non-malloc related GNUC stuff). Use G_GNUC_WARN_UNUSED_RESULT from glib instead of using warn_unused_result directly. svn path=/trunk/; revision=36825
Diffstat (limited to 'epan/emem.h')
-rw-r--r--epan/emem.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/emem.h b/epan/emem.h
index 2acf29d96b..82f281ed1b 100644
--- a/epan/emem.h
+++ b/epan/emem.h
@@ -26,7 +26,8 @@
#ifndef __EMEM_H__
#define __EMEM_H__
-#include "g_gnuc_malloc.h"
+#include "g_gnuc.h"
+
/** @file
*/
/** Initialize all the memory allocation pools described below.