summaryrefslogtreecommitdiff
path: root/src/sp_utils.h
diff options
context:
space:
mode:
authorjvoisin2017-10-13 15:40:58 +0200
committerjvoisin2017-10-13 15:40:58 +0200
commita081d0ddea4103c1772378870a005267a7bce332 (patch)
treedca68b1e66899239a7528a06e64cab70b9a7620a /src/sp_utils.h
parent5969073a80b18b2c21e7c2b1c2c3cdedff618b21 (diff)
Improve the doc wrt. the Debian package
- Fix two minor warnings - Improve the documentation
Diffstat (limited to 'src/sp_utils.h')
-rw-r--r--src/sp_utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sp_utils.h b/src/sp_utils.h
index 61a4c53..751b0b1 100644
--- a/src/sp_utils.h
+++ b/src/sp_utils.h
@@ -1,6 +1,10 @@
1#ifndef SP_UTILS_H 1#ifndef SP_UTILS_H
2#define SP_UTILS_H 2#define SP_UTILS_H
3 3
4#include "ext/hash/php_hash.h"
5#include "ext/hash/php_hash_sha.h"
6#include "ext/standard/md5.h"
7
4#include "sp_config.h" 8#include "sp_config.h"
5#include "sp_list.h" 9#include "sp_list.h"
6 10