chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
disobedience/disobedience.h: Declare variables as `extern'.
[disorder]
/
libtests
/
test.h
diff --git
a/libtests/test.h
b/libtests/test.h
index 87f0224cf60de01d6bb23504b0277b198275546b..cfc4ebb573ae968a77032a4737ec6ae64bc80047 100644
(file)
--- a/
libtests/test.h
+++ b/
libtests/test.h
@@
-1,6
+1,6
@@
/*
* This file is part of DisOrder.
/*
* This file is part of DisOrder.
- * Copyright (C) 2005, 2007, 2008 Richard Kettlewell
+ * Copyright (C) 2005, 2007, 2008
, 2010
Richard Kettlewell
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@
-33,7
+33,6
@@
#include <netdb.h>
#include <netinet/in.h>
#include <sys/un.h>
#include <netdb.h>
#include <netinet/in.h>
#include <sys/un.h>
-#include <pcre.h>
#include <setjmp.h>
#include "mem.h"
#include <setjmp.h>
#include "mem.h"
@@
-61,6
+60,7
@@
#include "addr.h"
#include "base64.h"
#include "url.h"
#include "addr.h"
#include "base64.h"
#include "url.h"
+#include "regexp.h"
#include "regsub.h"
extern long long tests, errors;
#include "regsub.h"
extern long long tests, errors;