Whoops. We use -Wmussing-prototypes.

This commit is contained in:
Nick Mathewson 2016-05-20 08:29:26 -04:00
parent acc083b520
commit 22eed6dec2

View file

@ -18,6 +18,8 @@
#define COMPILER_RT_ABI
#define di_int int64_t
#include "torint.h"
di_int __mulodi4(di_int a, di_int b, int* overflow);
#endif
/* Returns: a * b */