Browse Source

Include util.h and remove ifdef for Linux

master
sin 10 years ago
parent
commit
65a01f9636
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      noice.c

+ 1
- 4
noice.c View File

@@ -15,11 +15,8 @@
#include <string.h>
#include <unistd.h>

#ifdef LINUX
#include <bsd/string.h>
#endif

#include "queue.h"
#include "util.h"

#ifdef DEBUG
#define DEBUG_FD 8


Loading…
Cancel
Save