Linux build fixes.

This commit is contained in:
Hisham Muhammad
2015-03-16 03:25:43 -03:00
parent 5c8b83405b
commit 7fd4af80ff
4 changed files with 7 additions and 16 deletions

View File

@ -75,7 +75,7 @@ typedef enum LinuxProcessFields {
OOM = 114,
#endif
IO_PRIORITY = 115,
LAST_PROCESSFIELD
LAST_PROCESSFIELD = 116,
} LinuxProcessField;
#include "IOPriority.h"