Imported Upstream version 3.2.0
[debian/amanda] / common-src / semaphore.c
index 8d864b8d774ba4bcb116a6e01bf05edd03796e9f..d82baf4b91e8a62484f21200af2d6703661316e5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008,2009 Zmanda, Inc.  All Rights Reserved.
+ * Copyright (c) 2008, 2009, 2010 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
@@ -21,8 +21,8 @@
 /* GLib does not provide semaphores, which are useful in queue.c.
    So, we implement it here. */
 
-#include "semaphore.h"
 #include "amanda.h"
+#include "semaphore.h"
 
 semaphore_t* semaphore_new_with_value(int value) {
     semaphore_t *rval;