* 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"
|
#include "mu-msg-data.h"
|
||||||
|
|
||||||
|
|
||||||
MuMsgData*
|
MuMsgData*
|
||||||
mu_msg_data_new (void)
|
mu_msg_data_new (void)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user