Skip to content

Commit

Permalink
tests/thread_cooperation: add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
maribu committed Jan 13, 2022
1 parent e9350e6 commit 54b7881
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/thread_cooperation/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
#include <stdio.h>
#include <inttypes.h>

#include "thread.h"
#include "msg.h"
#include "mutex.h"
#include "thread.h"

#ifndef PROBLEM
#define PROBLEM 12
Expand Down

0 comments on commit 54b7881

Please sign in to comment.