aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/macros_dlg.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2007-01-31 02:55:14 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2007-01-31 02:55:14 +0000
commitb0bca8ff3b91497e408b98d897b5b0df3191c241 (patch)
treefe379f13a7b5be2e3c1daf8af50d068b046aae7b /gtk/macros_dlg.h
parent5698c994ca78ec69d6a66bc2183994d6952dd3b8 (diff)
#include stdlib.h so uat.h can find size_t (at least on Solaris). Add newline to end of macros_dlg.h (just to prevent a compiler warning)
svn path=/trunk/; revision=20638
Diffstat (limited to 'gtk/macros_dlg.h')
-rw-r--r--gtk/macros_dlg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/macros_dlg.h b/gtk/macros_dlg.h
index 321131fe95..b82b23ea31 100644
--- a/gtk/macros_dlg.h
+++ b/gtk/macros_dlg.h
@@ -23,4 +23,4 @@
#ifndef __MACROS_DLG_H_
#define __MACROS_DLG_H_
void macros_dialog_cb(GtkWidget*, gpointer);
-#endif \ No newline at end of file
+#endif