Skip to content
This repository was archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
ursachec committed Mar 25, 2021
1 parent 94f6d99 commit 8d6a657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/io/joern/scanners/c/NullTermination.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package io.joern.scanners.c
import io.joern.scanners.{Crew, QueryTags}
import io.shiftleft.semanticcpg.language._
import io.shiftleft.dataflowengineoss.language._
import io.shiftleft.console.{Query, QueryBundle, q}
import io.shiftleft.console.{Query, QueryBundle, q, TraversalWithStrRep}
import io.shiftleft.dataflowengineoss.queryengine.EngineContext
import io.shiftleft.macros.QueryMacros._

Expand Down

0 comments on commit 8d6a657

Please sign in to comment.