summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-09-01 13:38:15 +0200
committerSimon Josefsson <simon@josefsson.org>2008-09-01 13:38:15 +0200
commitac5bd11a2348f7105163d9c7df38a046972a3f82 (patch)
tree8a2f4614a3cd09953d77a4f1d02eb1010e53cfc7
parent69009347e0a41249758f65c498c16cf5a2564d8f (diff)
downloadgnulib-ac5bd11a2348f7105163d9c7df38a046972a3f82.tar.gz
Fix last commit.
-rw-r--r--modules/bitrotate3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/bitrotate b/modules/bitrotate
index 064519c030..13bd97e313 100644
--- 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])