1
1

* samba/lib/netmask.c: Include <stdlib.h> for exit() and

<string.h> for memcpy().
Этот коммит содержится в:
Pavel Roskin 2005-11-15 21:32:07 +00:00
родитель 2619dda6b4
Коммит 76d78fb47c
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,8 @@
2005-11-15 Pavel Roskin <proski@gnu.org>
* samba/lib/netmask.c: Include <stdlib.h> for exit() and
<string.h> for memcpy().
2005-11-11 Pavel Roskin <proski@gnu.org> 2005-11-11 Pavel Roskin <proski@gnu.org>
* samba/lib/netmask.c: Add get_netmask() prototype for the dummy * samba/lib/netmask.c: Add get_netmask() prototype for the dummy

Просмотреть файл

@ -35,6 +35,9 @@
#include "config.h" #include "config.h"
#endif #endif
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_NETMASK_IFCONF #ifdef HAVE_NETMASK_IFCONF
#include <stdio.h> #include <stdio.h>