diff options
Diffstat (limited to 'src/common/compat.c')
-rw-r--r-- | src/common/compat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index da2b8a143d..528f0beed0 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -1,6 +1,7 @@ /* Copyright 2003-2004 Roger Dingledine; Copyright 2004 Nick Mathewson */ /* See LICENSE for licensing information */ /* $Id$ */ +const char compat_c_id[] = "$Id$"; /* This is required on rh7 to make strptime not complain. */ |