De quelle bibliothèque C ++ ai-je besoin pour compiler ce programme?

Lorsque j'essaie de compiler mon programme, j'obtiens ces erreurs:

btio.c:19: error: O_RDWR was not declared in this scope
btio.c:19: error: open was not declared in this scope
btio.c: In function short int create_tree()’:
btio.c:56: error: creat was not declared in this scope
btio.c: In function short int create_tree(int, int)’:
btio.c:71: error: creat was not declared in this scope

ce que la bibliothèque dois-je inclure de corriger ces erreurs?

source d'informationauteur neuromancer