Browse Source

* common.h : more headers & macro FREE()

master
Alex 'AdUser' Z 8 years ago
parent
commit
76d4a47aac
  1. 6
      src/common.h

6
src/common.h

@ -3,9 +3,15 @@
#include <assert.h>
#include <errno.h>
#include <linux/limits.h>
#include <stdio.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <time.h>
#include <unistd.h>
#define FREE(x) free(x), x = NULL
#endif /* F2B_COMMON_H_ */

Loading…
Cancel
Save