Skip to content

Commit

Permalink
fix compile error: 'strcmp' not declared
Browse files Browse the repository at this point in the history
  • Loading branch information
张晨 authored and 张晨 committed Jul 11, 2019
1 parent 91c8ac1 commit 9ccd8f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/file-log.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include "rlog.h"
#include "defs.h"

Expand Down

0 comments on commit 9ccd8f5

Please sign in to comment.