changeset 10388:2710cb64f5be

Fix last commit.
author Simon Josefsson <simon@josefsson.org>
date Mon, 01 Sep 2008 13:38:15 +0200
parents aab0e3ef7edc
children ca193e11eaaf
files modules/bitrotate
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/modules/bitrotate
+++ b/modules/bitrotate
@@ -1,10 +1,11 @@
 Description:
-Rotate bits in 16 and 32 bit integers using stdint.h.
+Rotate bits in 16 and 32 bit integers.
 
 Files:
 lib/bitrotate.h
 
 Depends-on:
+stdint
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])