summaryrefslogtreecommitdiff
path: root/toxcore/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/util.h')
-rw-r--r--toxcore/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/util.h b/toxcore/util.h
index bdbf7d3b..17b1a27b 100644
--- a/toxcore/util.h
+++ b/toxcore/util.h
@@ -25,9 +25,9 @@
25#ifndef __UTIL_H__ 25#ifndef __UTIL_H__
26#define __UTIL_H__ 26#define __UTIL_H__
27 27
28#include <pthread.h>
28#include <stdbool.h> 29#include <stdbool.h>
29#include <stdint.h> 30#include <stdint.h>
30#include <pthread.h>
31 31
32#define MIN(a,b) (((a)<(b))?(a):(b)) 32#define MIN(a,b) (((a)<(b))?(a):(b))
33#define PAIR(TYPE1__, TYPE2__) struct { TYPE1__ first; TYPE2__ second; } 33#define PAIR(TYPE1__, TYPE2__) struct { TYPE1__ first; TYPE2__ second; }