diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-09-12 03:45:39 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-09-12 03:45:39 +0200 |
commit | 2eeb06944fd3ff3b261dde6cd2df2c93f0abedf9 (patch) | |
tree | 36480727a25a1514c5454d8d83e3b980813cf71d | |
parent | update makefile + update gitignore + fix warnings + remove old implementation + add deps (diff) | |
download | mongotimer-2eeb06944fd3ff3b261dde6cd2df2c93f0abedf9.tar.gz mongotimer-2eeb06944fd3ff3b261dde6cd2df2c93f0abedf9.tar.bz2 mongotimer-2eeb06944fd3ff3b261dde6cd2df2c93f0abedf9.tar.xz |
add missed dep
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | DEPENDENCIES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index e306b78..d5a15d2 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -9,6 +9,7 @@ BUILD DEPENDENCIES: glibc gcc + sed linux-api-headers make coreutils |