* mu-msg-data.c: add missing #include <string.h> for memcpy
This commit is contained in:
@ -17,8 +17,10 @@
|
||||
**
|
||||
*/
|
||||
|
||||
#include <string.h> /* for memcpy */
|
||||
#include "mu-msg-data.h"
|
||||
|
||||
|
||||
MuMsgData*
|
||||
mu_msg_data_new (void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user