Imported Upstream version 3.3.2
[debian/amanda] / common-src / simpleprng.c
index 04e7a9f211b7463bb78e532d97d9ec488d2bdd57..c988a6d3014f1360e6c4cff8c3ea2f374afd0c7f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, 2010 Zmanda, Inc.  All Rights Reserved.
+ * Copyright (c) 2008-2012 Zmanda, Inc.  All Rights Reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 as published
@@ -18,6 +18,7 @@
  * Sunnyvale, CA 94086, USA, or: http://www.zmanda.com
  */
 
+#include "amanda.h"
 #include "simpleprng.h"
 
 /* A *very* basic linear congruential generator; values are as cited in