Browse Source

* src/sources/source.h : more includes

master
Alex 'AdUser' Z 8 years ago
parent
commit
c26b527fb3
  1. 7
      src/sources/source.h

7
src/sources/source.h

@ -4,7 +4,14 @@
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <assert.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "../strlcpy.h"
#define INIT_MAX 256

Loading…
Cancel
Save