Skip to content

Commit

Permalink
Fix incorrect include file (elastos#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
kunshanyu authored and stiartsly committed Jun 10, 2019
1 parent 868165a commit 5d82688
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@
#include <stdlib.h>

#include <CUnit/Basic.h>
#include <vlog.h>
#include <crystal.h>

#include "ela_carrier.h"
#include "ela_filetransfer.h"

#include "config.h"
#include "cond.h"
#include "test_helper.h"
#include "easyfile.h"

static inline void wakeup(void* context)
{
Expand Down

0 comments on commit 5d82688

Please sign in to comment.