Fix warnings about missing function prototypes
This commit is contained in:
parent
c7d6ec5c93
commit
9b4b80fa9c
|
@ -33,8 +33,11 @@
|
|||
#include <dirent.h>
|
||||
#include <asm/termios.h>
|
||||
#include <asm/ioctls.h>
|
||||
#include <unistd.h>
|
||||
#include "LinuxHelperFunctions.h"
|
||||
|
||||
extern int ioctl(int __fd, unsigned long int __request, ...) __THROW;
|
||||
|
||||
void push_back(struct charPairVector* vector, const char* firstString, const char* secondString)
|
||||
{
|
||||
// Allocate memory for new string storage
|
||||
|
|
Loading…
Reference in New Issue