소스 검색

Include util.h and remove ifdef for Linux

master
sin 10 년 전
부모
커밋
65a01f9636
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. +1
    -4
      noice.c

+ 1
- 4
noice.c 파일 보기

@@ -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


불러오는 중...
취소
저장