summaryrefslogtreecommitdiff
path: root/entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'entry.c')
-rw-r--r--entry.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/entry.c b/entry.c
index 89bed22..6dc5699 100644
--- a/entry.c
+++ b/entry.c
@@ -5,10 +5,10 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include "entry.h"
-#include "group.h"
-#include "read_cfg.h"
-#define BUF_LEN 1024
+
+#include "include/entry.h"
+#include "include/group.h"
+#include "include/read_cfg.h"
typedef struct entry{
char name[BUF_LEN];