Send clients a rights-changed message when their rights change.
[disorder] / lib / wstat.c
index 67de318..1b541e9 100644 (file)
  * @brief Convert wait status to text
  */
 
-#include <config.h>
+#include "common.h"
 
-#include <sys/wait.h>
-#include <stdio.h>
-#include <string.h>
 #include <signal.h>
 
 #include "mem.h"