diff options
Diffstat (limited to 'src/charon/threads/receiver.h')
-rw-r--r-- | src/charon/threads/receiver.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/charon/threads/receiver.h b/src/charon/threads/receiver.h index dada9b1f4..19c0a05f4 100644 --- a/src/charon/threads/receiver.h +++ b/src/charon/threads/receiver.h @@ -24,11 +24,10 @@ #ifndef RECEIVER_H_ #define RECEIVER_H_ -#include <types.h> - - typedef struct receiver_t receiver_t; +#include <types.h> + /** * @brief Receives packets from the socket and adds them to the job queue. * |