Fix a missing include.

This commit is contained in:
Jonathan Schleifer 2012-01-25 20:35:49 +01:00
parent b91bcdd5ea
commit bacc6cd50d

View file

@ -25,6 +25,8 @@
# include "config.h"
#endif
#include <string.h>
#include <stringprep.h>
#import "XMPPJID.h"