diff options
Diffstat (limited to 'src/udscs.c')
-rw-r--r-- | src/udscs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/udscs.c b/src/udscs.c index 3d9a9e3..c451855 100644 --- a/src/udscs.c +++ b/src/udscs.c @@ -20,6 +20,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <stdio.h> #include <stdlib.h> |