Running auto-configuration whenever computer wakes up or network change is detected

Change-Id: I2af25aa61a9d5dedb6c30f62f7157c15ba843895
diff --git a/osx/menu-delegate.h b/osx/menu-delegate.h
index d6051cd..3b2260c 100644
--- a/osx/menu-delegate.h
+++ b/osx/menu-delegate.h
@@ -8,6 +8,7 @@
 
 #import <Cocoa/Cocoa.h>
 #import "preference-delegate.h"
+#import "system-events.h"
 
 @interface MenuDelegate : NSObject <NSApplicationDelegate>
 {
@@ -44,6 +45,7 @@
   
   IBOutlet PreferenceDelegate *preferencesDelegate;
 
+  SystemEvents *m_systemEvents;
   bool m_autoconfInProgress;
 }