Skip to content
Success

Changes

Summary

  1. Re-remove strings.h include. (commit: 686285e) (details)
  2. Add header-present guards to include of sys/time.h. (commit: 6dfbfa5) (details)
Commit 686285ef59b851feefb5c42b3085dae806f283fd by jim
Re-remove strings.h include.

Again, looks like another copied-from-elsewhere problem.
(commit: 686285e)
The file was modified src/gldns/parse.c (diff)
Commit 6dfbfa5dc5b905805ecaeb7c840ba74769ae2da4 by jim
Add header-present guards to include of sys/time.h.

I'm not sure why this hasn't been hit before - it breaks the build on
Windows. I guess that another change has started dragging in this file
where it wasn't used before.
(commit: 6dfbfa5)
The file was modified src/gldns/wire2str.c (diff)