~gustav-hartvigsson/simpletypesystem/ring_buffer

« back to all changes in this revision

Viewing changes to libssts/Thread.h

  • Committer: Gustav Hartvigsson
  • Date: 2016-02-02 21:13:10 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20160202211310-acnbj2a4n1yh3yrf
* Missed one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
#ifndef __H_THREAD__
3
 
#define __H_THREAD__
 
2
#pragma once
4
3
 
5
4
#include "defs.h"
6
5
#include "utils.h"
214
213
/** @} */
215
214
 
216
215
S_END_DECLS
217
 
#endif /* __H_THREAD__ */