Browse Source

* manage includes

master
Alex 'AdUser' Z 8 years ago
parent
commit
fa86474579
  1. 3
      src/logfile.h
  2. 2
      src/main.c

3
src/logfile.h

@ -1,9 +1,6 @@
#ifndef F2B_LOGFILE_H_
#define F2B_LOGFILE_H_
#include <limits.h>
#include <sys/stat.h>
typedef struct {
struct f2b_logfile_t *next;
char path[PATH_MAX];

2
src/main.c

@ -1,6 +1,6 @@
#include "common.h"
#include "logfile.h"
#include "match.h"
#include "ipaddr.h"
int main() {
printf("Hello world!\n");

Loading…
Cancel
Save