Browse Source

Whoops. We use -Wmussing-prototypes.

Nick Mathewson 8 years ago
parent
commit
22eed6dec2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/ext/mulodi/mulodi4.c

+ 2 - 0
src/ext/mulodi/mulodi4.c

@@ -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 */