diff options
| -rw-r--r-- | src/NotificationProxy.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/NotificationProxy.c b/src/NotificationProxy.c index c13a547..defbc4e 100644 --- a/src/NotificationProxy.c +++ b/src/NotificationProxy.c @@ -19,6 +19,7 @@   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA    */ +#include <string.h>  #include <stdio.h>  #include "NotificationProxy.h"  #include "plist.h" | 
