mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
* #16376: gcc 4.7 fixes
Signed-off-by: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
This commit is contained in:

committed by
Tristan Matthews

parent
98b3001a51
commit
918047165f
@ -11,6 +11,8 @@
|
||||
* the GNU Lesser General Public License (LGPL)
|
||||
*/
|
||||
|
||||
#include <sys/socket.h>
|
||||
|
||||
#ifndef _ASTERISK_IAX_CLIENT_H
|
||||
#define _ASTERISK_IAX_CLIENT_H
|
||||
|
||||
|
@ -28,6 +28,8 @@
|
||||
* as that of the covered work.
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <libgen.h>
|
||||
#include <dirent.h>
|
||||
#include <sys/stat.h>
|
||||
|
Reference in New Issue
Block a user