Error: SIZEOF_UNSIGNED_INT is undefined
``` In file included from ../src/feature/control/control_getinfo.c:14: In file included from ../src/core/or/or.h:16: ../src/lib/cc/torint.h:132:5: error: 'SIZEOF_UNSIGNED_INT' is not defined, evaluates to 0 [-Werror,-Wundef] #if SIZEOF_UNSIGNED_INT > SIZEOF_VOID_P ^ make: *** [src/feature/control/control_auth.o] Error 1 ```
issue