Implemented renicing (-20) in gnokiid mode
[gnokii.git] / include / uccompat.h
index fa3a2b7..f3676c9 100644 (file)
@@ -35,6 +35,7 @@ extern char * strrchr __P ((const char *, int));
 
 extern pid_t getpid(void);
 extern int execv(const char *path, char *const argv[]);
+extern int nice(int inc);
 
 
 #endif /* UCCOMPAT */