* mu-msg-data.c: add missing #include <string.h> for memcpy

This commit is contained in:
Dirk-Jan C. Binnema 2011-03-22 23:41:12 +02:00
parent 054282dc63
commit 9a4ba103d2
1 changed files with 2 additions and 0 deletions

View File

@ -17,8 +17,10 @@
**
*/
#include <string.h> /* for memcpy */
#include "mu-msg-data.h"
MuMsgData*
mu_msg_data_new (void)
{