Skip to content

Add missing include <stdint.h> in "ncconfigure.h" to have `uintptr_t` defined

Benjamin Buch requested to merge (removed):benni.buch-master-patch-30666 into master

Without the missing standard header <stdint.h> this, you get a strange error:

ncconfigure.h:122:19: error: duplicate 'unsigned'
  122 | #define uintptr_t unsigned long

Merge request reports