Commit df48bbef authored by Mike Frysinger's avatar Mike Frysinger

lib: masq_info: use stdlib.h instead of malloc.h

The former is the standard name now while the latter is the old one.
parent 839f7607
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <arpa/inet.h> #include <arpa/inet.h>
#include <errno.h> #include <errno.h>
#include <stdio.h> #include <stdio.h>
#include <malloc.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <inttypes.h> #include <inttypes.h>
#include <unistd.h> #include <unistd.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment