diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2012-03-31 07:51:02 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2012-03-31 07:51:02 -0700 |
commit | 9346f7d36d5943993d67ffec63b97e0fb4c3a11b (patch) | |
tree | a871dcb3f660ef2ec3a51c2586f6273f39a00905 /test/mime.c | |
parent | 317856501e5689a0688374e770c5f1ccd982a799 (diff) |
test: Fix broken header path from distcheck
Diffstat (limited to 'test/mime.c')
-rw-r--r-- | test/mime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mime.c b/test/mime.c index 5cd7737..09381e5 100644 --- a/test/mime.c +++ b/test/mime.c @@ -17,7 +17,7 @@ * 02110-1301 USA. */ -#include "src/evbp-mime.h" +#include "evbp-mime.h" #include <stdio.h> #include <stdlib.h> |