top: added <stdlib.h> for VALIDATE_NLS which requires exit()
This commit is contained in:
parent
04e3ec75dd
commit
3e6d1c4ee0
@ -19,6 +19,9 @@
|
||||
|
||||
#include <locale.h>
|
||||
#include <stdio.h>
|
||||
#ifdef VALIDATE_NLS
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
||||
#include "../include/nls.h"
|
||||
|
Loading…
Reference in New Issue
Block a user